summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2026-08-07 19:56:00 +0200
committerStefan Kreutz <mail@skreutz.com>2026-08-07 19:56:00 +0200
commit62293ccb11af519d8c1786f0a46ff8f8dab86f86 (patch)
tree4edb4e4e961fa8c0b46500449b33915f4854ce56 /src/main.rs
parenta2581314e2164b92247397130c2f47bf17e97d16 (diff)
downloadbrck-62293ccb11af519d8c1786f0a46ff8f8dab86f86.tar.gz
Update Nix flake inputs
Thereby fix new linter warnings.
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 9c874ed..a3b9ce4 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -171,7 +171,7 @@ fn run() -> Result<(), anyhow::Error> {
item.map_err(|err| {
anyhow::Error::new(err).context(format!(
"Failed to decode record from database {}",
- &db_path.display()
+ db_path.display()
))
})
});
Generated by cgit. See skreutz.com for my tech blog and contact information.