diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-12-09 15:12:42 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-12-09 15:12:42 +0100 |
| commit | 8f23fdc9340167cf9d6d31a09705369c3b8acccb (patch) | |
| tree | cbb2d2bae907001afc24fe90db0ee2e104bf8aca /examples/generics.rs | |
| parent | 9865a7246df289bfa5f65ba47c883c4ce3e108a9 (diff) | |
deny warnings and unsafe code in tests and examples
Diffstat (limited to 'examples/generics.rs')
| -rw-r--r-- | examples/generics.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/generics.rs b/examples/generics.rs index bc2fe7a..7cf9257 100644 --- a/examples/generics.rs +++ b/examples/generics.rs @@ -1,5 +1,6 @@ //! Working with resources in a generic fashion #![deny(unsafe_code)] +#![deny(warnings)] #![feature(proc_macro)] #![no_std] |
