blob: 8127b9578bfee96f8d2c383ed794597d1e4804bc [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;