deny(warnings) on doctests I don't think is necessary anymore?

This commit is contained in:
kyren 2017-08-02 16:37:55 -04:00
parent 7c32ace204
commit b03397137b
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
// Deny warnings inside doc tests / examples
#![doc(test(attr(deny(warnings))))]
extern crate libc; extern crate libc;
pub mod ffi; pub mod ffi;