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