mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-01-09 11:48:44 +00:00
4 lines
111 B
Rust
4 lines
111 B
Rust
// compile-flags: --crate-name=multiple_crate_versions
|
|
#![warn(clippy::multiple_crate_versions)]
|
|
|
|
fn main() {}
|