Open RojjaCebolla opened 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.
rustup component add rustfmt
info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
After I ran cargo init and attempted to run
rustup component add rustfmt
, it saidinfo: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
. Same for Clippy. Using vscodium on the latest version of Ubuntu.