diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -84,6 +84,13 @@ //! [`DeviceWrapper`]: enum.DeviceWrapper.html //! [`User`]: struct.User.html +#![warn( + missing_docs, + rust_2018_compatibility, + rust_2018_idioms, + unused, +)] + extern crate libc; extern crate nitrokey_sys; extern crate rand; |