Skip to content

How does the toggle feature work? Can I achieve the same thing using the command line? #10355

Closed Answered by Undin
morristai asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@morristai
Comment options

Answer selected by morristai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants