Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store default_log_filter as Cow<str>
In the future we anticipate adjusting the default filter to use, an effort that will in part piggy-back on the existing default_log_filter attribute. Swap its type to a Cow, so that if we use a statically defined default, we are not forced to allocate.
- Loading branch information