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 d82ab63 commit 45d8355Copy full SHA for 45d8355
src/lib.rs
@@ -15,6 +15,7 @@
15
// We should consider enabling it someday.
16
// This would help users understand that the function returns a value instead of producing side effects.
17
clippy::must_use_candidate,
18
+ clippy::return_self_not_must_use,
19
// semantics
20
clippy::manual_assert
21
)]
@@ -855,7 +856,7 @@ pub use types::*;
855
856
pub use value::*;
857
858
#[cfg(feature = "derive")]
-pub use sea_query_derive::{enum_def, Iden, IdenStatic};
859
+pub use sea_query_derive::{Iden, IdenStatic, enum_def};
860
861
#[cfg(all(feature = "attr", not(feature = "derive")))]
862
pub use sea_query_derive::enum_def;
0 commit comments