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 1543554 commit b7d7937Copy full SHA for b7d7937
crates/iceberg/src/io/file_io.rs
@@ -102,7 +102,6 @@ impl FileIO {
102
/// * path: It should be *absolute* path starting with scheme string used to construct [`FileIO`].
103
#[deprecated(note = "use remove_dir_all instead", since = "0.4.0")]
104
pub async fn remove_all(&self, path: impl AsRef<str>) -> Result<()> {
105
- // todo this should be removed as it doesn't exist in the new trait
106
self.inner.remove_dir_all(path.as_ref()).await
107
}
108
0 commit comments