fix: unresolved import [of std] on NixOS in RA

On NixOS, when entering the devshell, Rust Analyzer couldn't locate `std` (sysroot) since it was missing.
This commit is contained in:
Dasha Mukhina 2024-09-04 10:02:43 +04:00 committed by Victoria Brekenfeld
parent 3e1b352297
commit 6fc7fd2baf

View file

@ -1,2 +1,3 @@
[toolchain]
channel = "1.80"
components = [ "rust-src" ]