Skip to content

Commit

Permalink
Merge pull request #157 from dtolnay/tracingtest
Browse files Browse the repository at this point in the history
Re-enable tracing attribute test
  • Loading branch information
dtolnay authored Mar 11, 2021
2 parents a4aab7b + 50d0b7e commit 12c51d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +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-futures = "0.2"
tracing-attributes = "0.1.14"
trybuild = { version = "1.0.19", features = ["diff"] }

[package.metadata.docs.rs]
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 12c51d2

Please sign in to comment.