Skip to content

Commit 4e8e08a

Browse files
Ignore manual_c_str_literals clippy warning
1 parent b242ce7 commit 4e8e08a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gdk-pixbuf/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pub use gio;
88
pub use glib;
99

1010
#[allow(clippy::too_many_arguments)]
11+
#[allow(clippy::manual_c_str_literals)]
1112
mod auto;
1213

1314
pub mod subclass;

gio/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#![allow(clippy::type_complexity)]
55
#![allow(clippy::too_many_arguments)]
66
#![allow(clippy::missing_safety_doc)]
7+
#![allow(clippy::manual_c_str_literals)]
78
#![doc = include_str!("../README.md")]
89

910
pub use gio_sys as ffi;

0 commit comments

Comments
 (0)