Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
external-crate-panic-handle-no-lint
/
app.rs
blob: e0168579ccabf42822c8b2e2d72c76e3e2ed2778 [
file
] [
log
] [
blame
] [
edit
]
#![
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
;