Sign in
rust
/
rust
/
526a91cbcc4601b92b0587405015e07b9c0d79f6
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
mixed_attributes_style
/
global_allow.rs
blob: 19a45e720a608bb4fa95332a1fddd46396955c73 [
file
] [
log
] [
blame
]
// https://github.com/rust-lang/rust-clippy/issues/12436
//@check-pass
#![
allow
(
clippy
::
mixed_attributes_style
)]
#[
path
=
"auxiliary/submodule.rs"
]
mod
submodule
;
fn
main
()
{}