Skip to content

Commit

Permalink
draft: Stop nightly clippy making me look bad
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Jan 9, 2025
1 parent 880f6c6 commit dfe12af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boulder/src/draft/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ impl fmt::Display for Options {
Ok(())
}
};
fmt("networking", self.networking.then(|| true))
fmt("networking", self.networking.then_some(true))
}
}

Expand Down

0 comments on commit dfe12af

Please sign in to comment.