Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit bfb71c6

Browse files
committed
gtk: Allow clippy::new_without_default for the builders
1 parent f7f09f6 commit bfb71c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gtk/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#![allow(clippy::derive_hash_xor_eq)]
99
#![allow(clippy::too_many_arguments)]
1010
#![allow(clippy::missing_safety_doc)]
11+
#![allow(clippy::new_without_default)]
1112
#![cfg_attr(feature = "dox", feature(doc_cfg))]
1213

1314
pub use ffi;

0 commit comments

Comments
 (0)