diff options
-rw-r--r-- | tvix/store/src/pathinfoservice/sled.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/store/src/pathinfoservice/sled.rs b/tvix/store/src/pathinfoservice/sled.rs index bccd6b141315..8776ebcbc106 100644 --- a/tvix/store/src/pathinfoservice/sled.rs +++ b/tvix/store/src/pathinfoservice/sled.rs @@ -8,6 +8,7 @@ use tracing::warn; /// /// The PathInfo messages are stored as encoded protos, and keyed by their output hash, /// as that's currently the only request type available. +#[derive(Clone)] pub struct SledPathInfoService { db: sled::Db, } |