Skip to content

Commit 9a59211

Browse files
authored
Merge pull request #90 from Janekdererste/master
set nightly version in order to avoid false positive errors in rust plugin
2 parents 50cb8e9 + a9d4f7a commit 9a59211

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)