mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-01-22 18:05:00 +00:00
4 lines
107 B
Rust
4 lines
107 B
Rust
// compile-flags: --crate-name=wildcard_dependencies
|
|
#![warn(clippy::wildcard_dependencies)]
|
|
|
|
fn main() {}
|