We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741d961 commit 9e47965Copy full SHA for 9e47965
src/db.rs
@@ -50,7 +50,7 @@ impl Database for Connection {
50
}
51
52
fn insert_file(&self, filename: &Path) -> Result<()> {
53
- let toencode = !matches!(get_vendor(&filename)?.as_str(), CURRENT_VENDOR);
+ let toencode = !matches!(get_vendor(filename)?.as_str(), CURRENT_VENDOR);
54
55
let modtime = filename
56
.metadata()?
0 commit comments