Sign in
rust
/
rust
/
fef8a7130e21dc45fdbf5e86f3d0b402dae2e69a
/
.
/
tests
/
workspace_test
/
path_dep
/
src
/
lib.rs
blob: 35ce524f2b10c367c0b3d71e4449f05458542261 [
file
]
#![
deny
(
clippy
::
empty_loop
)]
#[
cfg
(
feature
=
"primary_package_test"
)]
pub
fn
lint_me
()
{
loop
{}
}