Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
lint
/
auxiliary
/
allow-macro.rs
blob: 35980e2e6ac4c8e3cf543681b5f4579816b0b596 [
file
] [
log
] [
blame
] [
edit
]
#[
macro_export
]
macro_rules
!
emit_allow
{
()
=>
{
#[
allow
(
unsafe_code
)]
let
_so_safe
=
0
;
};
}