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 b5ec976 commit a9f9468Copy full SHA for a9f9468
gdk-pixbuf/src/lib.rs
@@ -9,6 +9,7 @@ pub use gio;
9
pub use glib;
10
11
#[allow(clippy::too_many_arguments)]
12
+#[allow(clippy::manual_c_str_literals)]
13
mod auto;
14
15
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)]
8
#![doc = include_str!("../README.md")]
pub use gio_sys as ffi;
0 commit comments