The following command: ```bash cargo clippy --all-targets --all-features -- -D clippy::all -D clippy::pedantic -D clippy::cargo ``` will enable *all* Clippy lints in all Parsec's code. We should investigate which ones of those should be fixed.