Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
run-make
/
external-crate-panic-handle-no-lint
/
app.rs
blob: e0168579ccabf42822c8b2e2d72c76e3e2ed2778 [
file
] [
log
] [
blame
]
#![
crate_type
=
"bin"
]
#![
no_main
]
#![
no_std
]
#![
deny
(
unused_extern_crates
)]
// `panic` provides a `panic_handler` so it shouldn't trip the `unused_extern_crates` lint
extern
crate panic
;