diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-06 13:49:30 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-06 13:49:30 +0200 |
| commit | 8799c886003d5eb0084589776ccafea809c451ff (patch) | |
| tree | ef326b37d5300e272c2d591f6fbf3dee7f1c622c /src/index.rs | |
| parent | d49ea4337418ad21015651a8e021f912b9a3bc7f (diff) | |
filevector rename to_hex -> to_string
Diffstat (limited to 'src/index.rs')
| -rw-r--r-- | src/index.rs | 2 |
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 { |