rust-clippy/tests/workspace_test/path_dep/src/lib.rs

7 lines
104 B
Rust
Raw Normal View History

2020-10-17 17:48:40 +00:00
#![deny(clippy::empty_loop)]
#[cfg(feature = "primary_package_test")]
pub fn lint_me() {
loop {}
}