aboutsummaryrefslogtreecommitdiff
path: root/src/index.rs
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-07-06 13:49:30 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2023-07-06 13:49:30 +0200
commit8799c886003d5eb0084589776ccafea809c451ff (patch)
treeef326b37d5300e272c2d591f6fbf3dee7f1c622c /src/index.rs
parentd49ea4337418ad21015651a8e021f912b9a3bc7f (diff)
filevector rename to_hex -> to_string
Diffstat (limited to 'src/index.rs')
-rw-r--r--src/index.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.rs b/src/index.rs
index 7ca31f1..4fabe32 100644
--- a/src/index.rs
+++ b/src/index.rs
@@ -53,7 +53,7 @@ impl Index {
.to_str()
.unwrap()
.replace(",", "\0"),
- fv.to_hex()
+ fv.to_string()
).ok();
filecache.push(FileCache {