Skip to content

Commit

Permalink
Re-enable tracing attribute test
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 11, 2021
1 parent a4aab7b commit 24afee4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ syn = { version = "1.0.61", features = ["full", "visit-mut"] }
[dev-dependencies]
rustversion = "1.0"
tracing = "0.1.14"
tracing-attributes = "0.1.8"
tracing-attributes = "0.1.14"
tracing-futures = "0.2"
trybuild = { version = "1.0.19", features = ["diff"] }

Expand Down
1 change: 0 additions & 1 deletion tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,6 @@ pub mod issue45 {
}

#[test]
#[should_panic]
fn tracing() {
// Create the future outside of the subscriber, as no call to tracing
// should be made until the future is polled.
Expand Down

0 comments on commit 24afee4

Please sign in to comment.