Skip to content

Commit

Permalink
Remove clippy exception for result_large_err
Browse files Browse the repository at this point in the history
The lint has been fixed by updating to ureq v3 so we no longer need an
exception for it.
  • Loading branch information
robin-nitrokey committed Feb 17, 2025
1 parent fad0a67 commit 3ce7668
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// ureq v2 has a large error type, thus our errors are large too.
// This will be fixed by updating to ureq v3.
#![allow(clippy::result_large_err)]

#[macro_use]
extern crate serde_derive;

Expand Down

0 comments on commit 3ce7668

Please sign in to comment.