Skip to content

Commit b8fe7f9

Browse files
committed
Note about Jetbrains IDEs
1 parent 32fb7f3 commit b8fe7f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ members = [
1515
"examples/dodge-the-creeps/rust",
1616
"examples/hot-reload/rust",
1717
]
18+
19+
# Note about Jetbrains IDEs: "IDE Sync" (Refresh Cargo projects) may cause static analysis errors such as
20+
# "at most one `api-*` feature can be enabled". This is because by default, all Cargo features are enabled,
21+
# which isn't a setup we support. To address this, individual features can be enabled in the various
22+
# Cargo.toml files: https://www.jetbrains.com/help/rust/rust-cfg-support.html#enable-disable-feature-manually.

0 commit comments

Comments
 (0)