Skip to content

Commit

Permalink
Disable new clippy lint
Browse files Browse the repository at this point in the history
It generates false positives all over the place.
  • Loading branch information
svix-jplatte committed Jan 8, 2025
1 parent 36ccb2d commit 9bfcdaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//! [`webhooks::Webhook`].
#![warn(clippy::all)]
#![allow(clippy::literal_string_with_formatting_args)]
#![forbid(unsafe_code)]

use std::time::Duration;
Expand Down

0 comments on commit 9bfcdaa

Please sign in to comment.