Skip to content

Commit

Permalink
Ignore manual_c_str_literals clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Oct 31, 2024
1 parent b242ce7 commit 4e8e08a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gdk-pixbuf/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pub use gio;
pub use glib;

#[allow(clippy::too_many_arguments)]
#[allow(clippy::manual_c_str_literals)]
mod auto;

pub mod subclass;
Expand Down
1 change: 1 addition & 0 deletions gio/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#![allow(clippy::type_complexity)]
#![allow(clippy::too_many_arguments)]
#![allow(clippy::missing_safety_doc)]
#![allow(clippy::manual_c_str_literals)]
#![doc = include_str!("../README.md")]

pub use gio_sys as ffi;
Expand Down

0 comments on commit 4e8e08a

Please sign in to comment.