Skip to content

Commit a9d4f7a

Browse files
committed
set nightly version in order to avoid false positive errors in rust plugin
1 parent 50cb8e9 commit a9d4f7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rust-toolchain.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# use nighly build because rust road router need experimental features.
22
[toolchain]
3-
channel = "nightly"
3+
# due to https://github.com/intellij-rust/intellij-rust/issues/10427
4+
channel = "nightly-2023-05-01"

0 commit comments

Comments
 (0)