Youtube chapter2 cargo packge add cargo watch cargo clippy cargo edit rust's file change watch command: cargo watch -qc -x run -x clippy -x run == cargo run -x clippy == cargo clippy: rustのlintしてくれるもの。