Skip to content

Commit 4b4a7be

Browse files
committed
Clippy allow derivable_impls
1 parent dc70244 commit 4b4a7be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

typesense_codegen/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
#![allow(unused_imports)]
1+
#![allow(clippy::derivable_impls)]
22
#![allow(clippy::empty_docs)]
33
#![allow(clippy::needless_return)]
44
#![allow(elided_lifetimes_in_paths)]
5+
#![allow(unused_imports)]
56

67
pub mod apis;
78
pub mod models;

0 commit comments

Comments
 (0)