Skip to content

Commit aba751f

Browse files
CTTYtoutane
authored andcommitted
minor
(cherry picked from commit 9ac62be)
1 parent d81a0c6 commit aba751f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

crates/iceberg/src/table.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,6 @@ impl Table {
249249
/// If a runtime was set via [`TableBuilder::runtime`], it is returned.
250250
/// Otherwise, this borrows the ambient tokio runtime via
251251
/// [`Runtime::current`], which panics if called outside a tokio context.
252-
///
253-
/// Metadata-only operations on `Table` never call this.
254252
pub(crate) fn runtime(&self) -> Runtime {
255253
self.runtime.clone().unwrap_or_else(Runtime::current)
256254
}

0 commit comments

Comments
 (0)