-
Notifications
You must be signed in to change notification settings - Fork 748
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `layer::Context` type has additional methods that require the inner subscriber to implement `LookupSpan`. These currently are only present when the `registry` feature flag is enabled. However, this isn't actually necessary --- the `LookupSpan` trait always exists, and doesn't require the `registry` feature flag; that feature flag only controls whether the `Registry` _type_, a concrete implementation of `LookupSpan`, is enabled. This branch removes the `cfg` attributes from these methods.
- Loading branch information
Showing
2 changed files
with
9 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters