Sign in
fuchsia
/
fuchsia
/
main
/
.
/
third_party
/
rust_crates
/
vendor
/
tracing-attributes-0.1.30
/
tests
/
dead_code.rs
blob: 6a3e05d4a2181b161632e052ee20dc7a6aeecf74 [
file
] [
log
] [
blame
]
use
tracing_attributes
::
instrument
;
#[
deny
(
unfulfilled_lint_expectations
)]
#[
expect
(
dead_code
)]
#[
instrument
]
fn
unused
()
{}
#[
expect
(
dead_code
)]
#[
instrument
]
async
fn
unused_async
()
{}