-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rust: add extended canonical paths on enum variants #18083
Conversation
@@ -4,13 +4,14 @@ | |||
*/ | |||
|
|||
import codeql.rust.elements.Abi | |||
import codeql.rust.elements.Addressable |
Check warning
Code scanning / CodeQL
Redundant import Warning
codeql.rust.elements.Item
Redundant import, the module is already imported inside
codeql.rust.elements.Variant
/** | ||
* Something that can be addressed by a path. | ||
* | ||
* TODO: This does not yet include all possible cases. | ||
*/ |
Check warning
Code scanning / CodeQL
Class QLDoc style. Warning
/** | ||
* Something that can be addressed by a path. | ||
* | ||
* TODO: This does not yet include all possible cases. | ||
*/ |
Check warning
Code scanning / CodeQL
Class QLDoc style. Warning
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (needs to be rebased, though).
@hvitved so sorry, I forgot to merge this and it had conflicts again. Could you re-approve? I promise it's the last time 🙂 |
No description provided.