Skip to content

Commit

Permalink
fix CI error "unexpected cfg condition name: doc_cfg" (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
viglia authored Oct 3, 2024
1 parent e2cfb06 commit 0919717
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sentry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,6 @@ tokio = { version = "1.0", features = ["macros"] }
tower = { version = "0.4", features = ["util"] }
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3", features = ["fmt", "tracing-log"] }

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }

0 comments on commit 0919717

Please sign in to comment.