s/rocksdb/rust_rocksdb, fix copy paste errors

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-09 16:59:28 -05:00 committed by June
parent d84378db18
commit fee6cad778
7 changed files with 95 additions and 144 deletions

View file

@ -386,6 +386,7 @@ async fn run_server() -> io::Result<()> {
}
};
#[allow(clippy::unnecessary_operation)] // error[E0658]: attributes on expressions are experimental
#[cfg(not(feature = "zstd_compression"))]
{
app = routes().layer(middlewares).into_make_service()