diff options
| author | Teddy Wing | 2022-03-13 13:18:10 +0100 | 
|---|---|---|
| committer | Teddy Wing | 2022-03-13 13:18:10 +0100 | 
| commit | 1b7be85a2f9c62e809b2081c0dd7219d76740175 (patch) | |
| tree | df0aef41efcd191dfdd0be600f54623918aaa653 /src | |
| parent | a21943e0e4f3c660134d23d3b88aef42e759e965 (diff) | |
| download | yaqlite-1b7be85a2f9c62e809b2081c0dd7219d76740175.tar.bz2 | |
main(): Remove unnecessary column names comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 2 | 
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, | 
