mirror of
https://github.com/encounter/rust-ffmpeg-zmwangx.git
synced 2026-07-10 21:18:40 -07:00
Allow clippy::{missing_safety_doc, module_inception, too_many_arguments}
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#![allow(non_camel_case_types)]
|
||||
#![allow(clippy::missing_safety_doc)]
|
||||
#![allow(clippy::module_inception)]
|
||||
#![allow(clippy::too_many_arguments)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
|
||||
Reference in New Issue
Block a user