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 32fb7f3 commit b8fe7f9Copy full SHA for b8fe7f9
Cargo.toml
@@ -15,3 +15,8 @@ members = [
15
"examples/dodge-the-creeps/rust",
16
"examples/hot-reload/rust",
17
]
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