-
In |
Beta Was this translation helpful? Give feedback.
Answered by
Undin
Apr 17, 2023
Replies: 1 comment 1 reply
-
It's intellij-rust feature that allows you to configure feature-set for code analysis. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
morristai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's intellij-rust feature that allows you to configure feature-set for code analysis.
From Cargo point of view, you can't enable/disable any of these features in a library because a library only provides its set of features for clients, and clients choose what features they need