Skip to content

Commit 1f8afbd

Browse files
committed
Add deadcode decorator
1 parent 73bc0bc commit 1f8afbd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/duckdb/creator.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ impl TableManager {
296296
}
297297

298298
/// Inserts data from this table into the target table.
299+
#[allow(dead_code)]
299300
#[tracing::instrument(level = "debug", skip_all)]
300301
pub(crate) fn insert_into(
301302
&self,

0 commit comments

Comments
 (0)