radicle: Fix `storage::refs::Error::is_not_found`
Detection of errors of the “not found” kind does not account for the
respective variant in sigrefs::read::error::Read. Fix this by adding
it.
1 file changed
+1
-0
748ddade
→
c824d317
modified crates/radicle/src/storage/refs.rs
@@ -50,6 +50,7 @@ impl Error {
|
|
|
|
|
|
| + | |
|
|
|
|
|