tracing/tracing-subscriber
Arthur Gautier 559beaaeb3 subscriber: Fixup compilation error with features disabled (#499)
This fixes the following compilation error:
```
error[E0433]: failed to resolve: use of undeclared type or module `registry`
   --> tracing-subscriber/src/layer.rs:844:25
    |
844 |         S: for<'lookup> registry::LookupSpan<'lookup>,
    |                         ^^^^^^^^ use of undeclared type or module `registry`

error[E0412]: cannot find type `Scope` in this scope
   --> tracing-subscriber/src/layer.rs:842:28
    |
842 |     pub fn scope(&self) -> Scope<'_, S>
    |                            ^^^^^ not found in this scope

error[E0425]: cannot find function, tuple struct or tuple variant `Scope` in this scope
   --> tracing-subscriber/src/layer.rs:850:9
    |
850 |         Scope(scope)
    |         ^^^^^ help: a local variable with a similar name exists (notice the capitalization): `scope`
```
2020-01-01 13:56:59 -08:00
..
2019-12-20 17:03:34 -08:00
2019-12-20 17:03:34 -08:00

tracing-subscriber

Utilities for implementing and composing tracing subscribers.

Crates.io Documentation Documentation (master) MIT licensed Build Status Discord chat maintenance status

Documentation | Chat

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tracing by you, shall be licensed as MIT, without any additional terms or conditions.