Skip to content

Commit 8beed15

Browse files
committed
build: correct lint error
1 parent 0692ba7 commit 8beed15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

postgresql_archive/src/configuration/zonky/extractor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ use zip::ZipArchive;
1616
///
1717
/// # Errors
1818
/// Returns an error if the extraction fails.
19+
#[allow(clippy::case_sensitive_file_extension_comparisons)]
1920
#[allow(clippy::cast_precision_loss)]
2021
#[instrument(skip(bytes))]
2122
pub fn extract(bytes: &Vec<u8>, out_dir: &Path) -> Result<()> {

0 commit comments

Comments
 (0)