Skip to content

Commit 592b938

Browse files
committed
expect -> allow
Created using spr 1.3.6-beta.1
1 parent cb6a064 commit 592b938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/newtype-uuid/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ mod schemars08_imp {
570570

571571
// ? on Option is too easy to make mistakes with, so we use `let Some(..) =
572572
// .. else` instead.
573-
#[expect(clippy::question_mark)]
573+
#[allow(clippy::question_mark)]
574574
fn lift_json_schema(schema: &SchemaObject, alias: Option<&str>) -> Option<SchemaObject> {
575575
let Some(alias) = alias else {
576576
return None;

0 commit comments

Comments
 (0)