Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8beed15

Browse filesBrowse files
committed
build: correct lint error
1 parent 0692ba7 commit 8beed15
Copy full SHA for 8beed15

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎postgresql_archive/src/configuration/zonky/extractor.rs

Copy file name to clipboardExpand all lines: postgresql_archive/src/configuration/zonky/extractor.rs
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.