#Can I use a specific nightly tool in a project?
5 messages · Page 1 of 1 (latest)
Can I use a specific nightly tool in a project?
I know you can just manually run cargo +nightly fmt.
it also installs the whole nightly toolchain right?
You need to install the toolchain first. +<TOOLCHAIN> is just a way to override the toolchain for the specific action.