Skip to content

Commit

Permalink
Remove some unnecessary clippy allows
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Aug 6, 2024
1 parent f927c68 commit b6f22a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ impl NumFilesWithRatio {
}

#[must_use]
#[allow(clippy::missing_panics_doc)]
pub fn from_num_files(num_files: NonZeroU64) -> Self {
Self {
num_files,
Expand Down Expand Up @@ -139,7 +138,6 @@ mod tests {
}

impl Generator {
#[allow(clippy::missing_errors_doc)]
pub fn generate(self, output: &mut impl Write) -> Result<(), Error> {
let options = validated_options(self)?;
print_configuration_info(&options, output)?;
Expand Down

0 comments on commit b6f22a4

Please sign in to comment.