aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorTeddy Wing2022-03-13 13:18:10 +0100
committerTeddy Wing2022-03-13 13:18:10 +0100
commit1b7be85a2f9c62e809b2081c0dd7219d76740175 (patch)
treedf0aef41efcd191dfdd0be600f54623918aaa653 /src/main.rs
parenta21943e0e4f3c660134d23d3b88aef42e759e965 (diff)
downloadyaqlite-1b7be85a2f9c62e809b2081c0dd7219d76740175.tar.bz2
main(): Remove unnecessary column names comment
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index d007729..5e06bb2 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -35,8 +35,6 @@ enum Command {
fn main() {
let args = Args::parse();
- // Get column names from SQLite
-
match args.command {
Command::Insert {
database,