Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
smonicas committed Jul 14, 2023
1 parent 6560ce7 commit 255cbe8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ expression: results
Result {
impact: Low,
name: "unused-arguments",
confidence: High,
confidence: Medium,
message: "The 1st argument in unused_arguments::unused_arguments::UnusedArguments::unused_2 is never used",
},
Result {
impact: Low,
name: "unused-arguments",
confidence: High,
confidence: Medium,
message: "The 2nd argument in unused_arguments::unused_arguments::UnusedArguments::unused_1 is never used",
},
Result {
impact: Low,
name: "unused-arguments",
confidence: High,
confidence: Medium,
message: "The 2nd argument in unused_arguments::unused_arguments::UnusedArguments::unused_2 is never used",
},
]

0 comments on commit 255cbe8

Please sign in to comment.