We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b242ce7 commit 4e8e08aCopy full SHA for 4e8e08a
gdk-pixbuf/src/lib.rs
@@ -8,6 +8,7 @@ pub use gio;
8
pub use glib;
9
10
#[allow(clippy::too_many_arguments)]
11
+#[allow(clippy::manual_c_str_literals)]
12
mod auto;
13
14
pub mod subclass;
gio/src/lib.rs
@@ -4,6 +4,7 @@
4
#![allow(clippy::type_complexity)]
5
#![allow(clippy::too_many_arguments)]
6
#![allow(clippy::missing_safety_doc)]
7
+#![allow(clippy::manual_c_str_literals)]
#![doc = include_str!("../README.md")]
pub use gio_sys as ffi;
0 commit comments