mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
deny(warnings) on doctests I don't think is necessary anymore?
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
// Deny warnings inside doc tests / examples
|
||||
#![doc(test(attr(deny(warnings))))]
|
||||
|
||||
extern crate libc;
|
||||
|
||||
pub mod ffi;
|
||||
|
||||
Reference in New Issue
Block a user