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