We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc70244 commit 4b4a7beCopy full SHA for 4b4a7be
typesense_codegen/src/lib.rs
@@ -1,7 +1,8 @@
1
-#![allow(unused_imports)]
+#![allow(clippy::derivable_impls)]
2
#![allow(clippy::empty_docs)]
3
#![allow(clippy::needless_return)]
4
#![allow(elided_lifetimes_in_paths)]
5
+#![allow(unused_imports)]
6
7
pub mod apis;
8
pub mod models;
0 commit comments