diff --git a/rust/lance/src/dataset.rs b/rust/lance/src/dataset.rs index db291c546d0..6a25634fd50 100644 --- a/rust/lance/src/dataset.rs +++ b/rust/lance/src/dataset.rs @@ -1821,8 +1821,6 @@ impl Dataset { } /// Get fragments. - /// - /// If `filter` is provided, only fragments with the given name will be returned. pub fn get_fragments(&self) -> Vec { let dataset = Arc::new(self.clone()); self.manifest