]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/issue-53964/app.rs
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
[rust.git] / src / test / run-make-fulldeps / issue-53964 / app.rs
1 #![crate_type = "bin"]
2 #![no_main]
3 #![no_std]
4
5 #![deny(unused_extern_crates)]
6
7 // `panic` provides a `panic_handler` so it shouldn't trip the `unused_extern_crates` lint
8 extern crate panic;