diff options
author | Alex Auvolat <alex@adnab.me> | 2023-12-08 14:15:52 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-12-08 14:15:52 +0100 |
commit | 4dbf254512327ef4e7abbd5525b89bfa5b7ecb6f (patch) | |
tree | f01ed9873593fb12d0bd8c83258d2771774c5bab /src/rpc/layout/helper.rs | |
parent | 64a6e557a4ff6aa1ad833a1b25ef8c85cf9ee3f3 (diff) | |
download | garage-4dbf254512327ef4e7abbd5525b89bfa5b7ecb6f.tar.gz garage-4dbf254512327ef4e7abbd5525b89bfa5b7ecb6f.zip |
layout: refactoring, merge two files
Diffstat (limited to 'src/rpc/layout/helper.rs')
-rw-r--r-- | src/rpc/layout/helper.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/layout/helper.rs b/src/rpc/layout/helper.rs index 147c8b4f..2ba010b8 100644 --- a/src/rpc/layout/helper.rs +++ b/src/rpc/layout/helper.rs @@ -6,7 +6,7 @@ use serde::{Deserialize, Serialize}; use garage_util::data::*; -use super::schema::*; +use super::*; use crate::replication_mode::ReplicationMode; #[derive(Debug, Clone, Serialize, Deserialize, Default, PartialEq, Eq)] |