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 fe6b7d7 commit ca0ae96Copy full SHA for ca0ae96
1 file changed
cot/src/cache/store/file.rs
@@ -482,7 +482,7 @@ impl FileStore {
482
/// # Examples
483
///
484
/// ```
485
- /// use std::path::{PathBuf, Path};
+ /// use std::path::{Path, PathBuf};
486
487
/// use cot::cache::store::file::{FileStore, FileStorePoolConfig};
488
@@ -509,7 +509,7 @@ impl FileStore {
509
/// .queue_size(128)
510
/// .acquisition_timeout_ms(2000)
511
/// .waiting_timeout_ms(4000)
512
- /// .build()
+ /// .build(),
513
/// )
514
/// .unwrap();
515
/// # let _ = tokio::fs::remove_dir_all("cache").await;
0 commit comments