Remove generated artifacts in the
target
directory. More information: https://doc.rust-lang.org/cargo/commands/cargo-clean.html.
target
directory:cargo clean
target/doc
directory):cargo clean --doc
target/release
directory):cargo clean --release
target/debug
):cargo clean --profile dev