Annoyed by comments cluttering your code?
Those stupid //TODO
and //FIXME
your co-worker put everywhere need to be removed?
fish
rustup override set nightly
fish
cargo run [directory]
fish
cargo install --path .
~/.cargo/bin/codeonly [directory]
/src/codeonly_<file-extension>.rs
file that removes the comments from the given programming language/src/main.rs
/src/main.rs