Skip to content

Commit

Permalink
chore: fix new clippy warnings (#1444)
Browse files Browse the repository at this point in the history
This fixes a handful of new clippy lints. Should fix CI.

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
  • Loading branch information
hawkw committed Jun 26, 2021
1 parent bc1c3a3 commit de76e55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tracing-subscriber/src/layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ use std::{any::TypeId, marker::PhantomData};
///
/// Multiple `Layer`s may be composed in the same manner:
/// ```rust
/// # use tracing_subscriber::Layer;
/// # use tracing_subscriber::prelude::*;
/// # use tracing_subscriber::{Layer, SubscriberExt};
/// # use tracing::Subscriber;
/// pub struct MyOtherLayer {
/// // ...
Expand Down

0 comments on commit de76e55

Please sign in to comment.