Skip to content

Commit

Permalink
Fix clippy's warnings for real
Browse files Browse the repository at this point in the history
  • Loading branch information
UMR1352 committed Mar 26, 2024
1 parent a9b7f2b commit cf0fddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/proptest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ proptest! {
// TODO: Test fragment
#[test]
fn parse_did_syntax(input in did_syntax()) {
DID::parse(&input).unwrap();
DID::parse(input).unwrap();
}
}

0 comments on commit cf0fddd

Please sign in to comment.