Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Nugine committed Jan 28, 2024
1 parent 2d1e5d5 commit ae8859d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/s3s-aws/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
clippy::missing_errors_doc, // TODO: docs
clippy::wildcard_imports, //
clippy::let_underscore_untyped,
clippy::multiple_crate_versions, // TODO: check later
)]

#[macro_use]
Expand Down
1 change: 1 addition & 0 deletions crates/s3s-fs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
clippy::missing_errors_doc, // TODO: docs
clippy::let_underscore_untyped,
clippy::module_name_repetitions,
clippy::multiple_crate_versions, // TODO: check later
)]

#[macro_use]
Expand Down

0 comments on commit ae8859d

Please sign in to comment.