Skip to content

Commit

Permalink
clippy from latest rust
Browse files Browse the repository at this point in the history
  • Loading branch information
sebadob committed Jul 20, 2024
1 parent 27a9e21 commit 68fac6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bucket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ pub struct Bucket {
}

#[allow(dead_code)]
#[allow(clippy::assigning_clones)] // false-positive warnings
impl Bucket {
fn host_domain(&self) -> String {
match self.host.domain() {
Expand Down

0 comments on commit 68fac6f

Please sign in to comment.