Skip to content

Commit

Permalink
now that progenitor is emitting code to ignore clippy nits; we don't …
Browse files Browse the repository at this point in the history
…need to do it by hand (#538)
  • Loading branch information
ahl authored Jan 25, 2024
1 parent 5a5726a commit c3075b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
#![doc = include_str!("../README.md")]

use thiserror::Error;
#[allow(clippy::clone_on_copy)]
#[allow(clippy::len_zero)]
#[allow(clippy::vec_init_then_push)]
mod generated_sdk;

#[cfg(feature = "clap")]
Expand Down

0 comments on commit c3075b4

Please sign in to comment.