Skip to content

Commit

Permalink
Remove resolved TODO
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Beal <[email protected]>
  • Loading branch information
muddyfish committed Nov 18, 2024
1 parent 378a56c commit 3fa1139
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mountpoint-s3/src/data_cache/express_data_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ where
Client: ObjectClient + Send + Sync + 'static,
{
/// Create a new instance.
///
/// TODO: consider adding some validation of the bucket.
pub fn new(client: Client, config: ExpressDataCacheConfig, source_bucket_name: &str, bucket_name: &str) -> Self {
Self {
client,
Expand Down

0 comments on commit 3fa1139

Please sign in to comment.