There was an error while loading. Please reload this page.
1 parent 73bc0bc commit 1f8afbdCopy full SHA for 1f8afbd
1 file changed
src/duckdb/creator.rs
@@ -296,6 +296,7 @@ impl TableManager {
296
}
297
298
/// Inserts data from this table into the target table.
299
+ #[allow(dead_code)]
300
#[tracing::instrument(level = "debug", skip_all)]
301
pub(crate) fn insert_into(
302
&self,
0 commit comments