File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 3
3
#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
4
4
#![ allow( clippy:: type_complexity) ]
5
5
#![ allow( clippy:: too_many_arguments) ]
6
+ #![ allow( clippy:: missing_safety_doc) ]
6
7
#![ doc = include_str ! ( "../README.md" ) ]
7
8
8
9
pub use ffi;
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ macro_rules! glib_boxed_inline_wrapper {
50
50
}
51
51
52
52
#[ allow( clippy:: incorrect_clone_impl_on_copy_type) ]
53
+ #[ allow( clippy:: non_canonical_clone_impl) ]
53
54
impl $( <$( $generic $( : $bound $( + $bound2) * ) ?) ,+>) ? std:: clone:: Clone for $name $( <$( $generic) ,+>) ? {
54
55
#[ inline]
55
56
fn clone( & self ) -> Self {
Original file line number Diff line number Diff line change 2
2
3
3
#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
4
4
#![ allow( clippy:: missing_safety_doc) ]
5
+ #![ allow( renamed_and_removed_lints) ]
5
6
#![ doc = include_str ! ( "../README.md" ) ]
6
7
7
8
pub use bitflags;
You can’t perform that action at this time.
0 commit comments