amethyst / rustrogueliketutorial

Roguelike Tutorial in Rust - using RLTK
MIT License
903 stars 156 forks source link

Clippy and fmt seem to be installed by default #181

Open RojjaCebolla opened 2 years ago

RojjaCebolla commented 2 years ago

After I ran cargo init and attempted to run rustup component add rustfmt, it said info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date. Same for Clippy. Using vscodium on the latest version of Ubuntu.