We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9720db0 commit b324bdaCopy full SHA for b324bda
1 file changed
ubuntu-dev/ubuntu-dev.dockerfile
@@ -181,8 +181,7 @@ RUN rustup install nightly \
181
&& rustup completions bash | sudo tee /etc/bash_completion.d/rustup.bash-completion > /dev/null
182
183
# Install additional Rust components.
184
-RUN rustup component add rls-preview rustfmt-preview rust-analysis rust-src \
185
- && rustup component add clippy-preview --toolchain=nightly \
+RUN rustup component add clippy rls-preview rustfmt-preview rust-analysis rust-src \
186
&& echo "RUST_SRC_PATH=\"/home/user/.multirust/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src\"" >> /home/user/.bashrc
187
188
# Install the latest fd and ripgrep.
0 commit comments