Skip to content

Commit 442b5c5

Browse files
Remove unused variable
1 parent 7b3a082 commit 442b5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/db/file.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub fn get_path(conn: &Connection, path: &str) -> Option<Blob> {
7272

7373
let res = match res {
7474
Ok(r) => r,
75-
Err(err) => {
75+
Err(_) => {
7676
return None;
7777
}
7878
};

0 commit comments

Comments
 (0)