rust/tests/ui/unused-crate-deps/lint-group.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
179 B
Rust
Raw Normal View History

// `unused_crate_dependencies` is not currently in the `unused` group
// due to false positives from Cargo.
// check-pass
// aux-crate:bar=bar.rs
#![deny(unused)]
fn main() {}