diff options
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ #![deny(unsafe_code)] #![deny(missing_docs)] -//TODO #![deny(warnings)] +#![deny(warnings)] #![no_std] extern crate nb; |
index : ads1x1x-async | ||
Unnamed repository; edit this file 'description' to name the repository. |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/lib.rs | 2 |
@@ -52,7 +52,7 @@ #![deny(unsafe_code)] #![deny(missing_docs)] -//TODO #![deny(warnings)] +#![deny(warnings)] #![no_std] extern crate nb; |