diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-21 17:50:19 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-21 17:50:19 +0100 |
commit | a88fd49f71844f04013970a678201a65ab89fb19 (patch) | |
tree | 871473ffde04ba437f0681482a0d76793bb1ef39 /src/model/bucket_table.rs | |
parent | 78be2b363f6747f8dae9c8c86e96c88ae8a054b3 (diff) | |
download | garage-a88fd49f71844f04013970a678201a65ab89fb19.tar.gz garage-a88fd49f71844f04013970a678201a65ab89fb19.zip |
Use handle_get
Diffstat (limited to 'src/model/bucket_table.rs')
-rw-r--r-- | src/model/bucket_table.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/model/bucket_table.rs b/src/model/bucket_table.rs index 35c0cc27..11f853f9 100644 --- a/src/model/bucket_table.rs +++ b/src/model/bucket_table.rs @@ -104,7 +104,6 @@ impl Entry<EmptyKey, String> for Bucket { pub struct BucketTable; - #[async_trait] impl TableSchema for BucketTable { type P = EmptyKey; |