diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-01-11 20:56:45 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-01-11 20:56:45 +0100 |
| commit | 1be43fc489993e63577515063ceb8a83b14423b8 (patch) | |
| tree | 128911a00f60bb7c0dc9c6ceb8c87e80e3935a99 /src/examples/_5_late_resources.rs | |
| parent | dd12a6a14d2bb028c8da96cb510b67de31d28be4 (diff) | |
adapt to changes in the cortex-m crate
Diffstat (limited to 'src/examples/_5_late_resources.rs')
| -rw-r--r-- | src/examples/_5_late_resources.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/_5_late_resources.rs b/src/examples/_5_late_resources.rs index 8df6716..8958e85 100644 --- a/src/examples/_5_late_resources.rs +++ b/src/examples/_5_late_resources.rs @@ -1,8 +1,8 @@ //! Demonstrates initialization of resources in `init`. //! //! ``` -//! //! #![deny(unsafe_code)] +//! #![deny(warnings)] //! #![feature(proc_macro)] //! #![no_std] //! |
