diff options
Diffstat (limited to 'tvix/store/src/proto.rs')
-rw-r--r-- | tvix/store/src/proto.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/store/src/proto.rs b/tvix/store/src/proto.rs index 6c0a19364a12..e5cde99ca8dc 100644 --- a/tvix/store/src/proto.rs +++ b/tvix/store/src/proto.rs @@ -1,4 +1,3 @@ -use anyhow::Result; use std::collections::HashSet; use thiserror::Error; |