We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb6a064 commit 592b938Copy full SHA for 592b938
crates/newtype-uuid/src/lib.rs
@@ -570,7 +570,7 @@ mod schemars08_imp {
570
571
// ? on Option is too easy to make mistakes with, so we use `let Some(..) =
572
// .. else` instead.
573
- #[expect(clippy::question_mark)]
+ #[allow(clippy::question_mark)]
574
fn lift_json_schema(schema: &SchemaObject, alias: Option<&str>) -> Option<SchemaObject> {
575
let Some(alias) = alias else {
576
return None;
0 commit comments