mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 01:58:16 +00:00
Silence function not used warning
This commit is contained in:
parent
031071d80e
commit
25ab9afd65
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ impl Table {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(dead_code)] // used in tests
|
||||
pub fn to_sql(&self) -> String {
|
||||
let mut sql = format!("CREATE TABLE {} (\n", self.name);
|
||||
for (i, column) in self.columns.iter().enumerate() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue