Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
unused-crate-deps
/
lint-group.rs
blob: 9d28af42cc920099b58ca174616652acf393183b [
file
] [
log
] [
blame
] [
edit
]
// `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
()
{}