Skip to content
Snippets Groups Projects
Commit bfd24e96 authored by Per Lindgren's avatar Per Lindgren
Browse files

no mangle now unsafe (removed deny(unsafe))

parent 2e347d4f
No related branches found
No related tags found
No related merge requests found
//! examples/rtt_timing.rs //! examples/rtt_timing.rs
//! cargo run --examples rtt-timing //! cargo run --examples rtt-timing
// #![deny(unsafe_code)] #![deny(warnings)]
// #![deny(warnings)]
#![no_main] #![no_main]
#![no_std] #![no_std]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment