Skip to content

Commit

Permalink
Fix docs lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Sep 22, 2023
1 parent 9a74f5a commit 6186933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickwit/quickwit-storage/src/storage_factory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ use quickwit_config::StorageBackend;
use crate::storage::StreamableStorage;
use crate::StorageResolverError;

/// A storage factory builds a [`Storage`] object for a target [`StorageBackend`] from a
/// [`Uri`].
/// A storage factory builds a [`StreamableStorage`] object for a target
/// [`StorageBackend`] from a [`Uri`].
#[cfg_attr(any(test, feature = "testsuite"), mockall::automock)]
#[async_trait]
pub trait StorageFactory: Send + Sync + 'static {
Expand Down

0 comments on commit 6186933

Please sign in to comment.