I was learning Rust and I commented some text out in visual line mode. So my code turned into this: ```rust // code ``` I then wrote some more code and wanted to uncomment the code i wrote early so I went into visual line mode and type gc my code turned into this: ```rust // // code ```