We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3290ab0 commit a5cef59Copy full SHA for a5cef59
crates/core/src/logstore/config.rs
@@ -6,11 +6,10 @@
6
//!
7
//! Specific pieces of configuration must implement the `TryUpdateKey` trait which
8
//! defines how to update internal fields based on key-value pairs.
9
-use std::collections::HashMap;
10
-use std::sync::Arc;
11
12
use object_store::{path::Path, prefix::PrefixStore, ObjectStore};
13
use std::collections::HashMap;
+use std::sync::Arc;
14
15
use super::storage::file_cache::{self, FileCacheConfig};
16
use super::storage::LimitConfig;
0 commit comments