-
Notifications
You must be signed in to change notification settings - Fork 562
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
Added finding unused imports. #6139
Conversation
e2b496f
to
3730080
Compare
d0e4940
to
4cbc4c6
Compare
3730080
to
415e9d1
Compare
4cbc4c6
to
804a117
Compare
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.
Reviewed 81 of 81 files at r1, 3 of 3 files at r2, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Arcticae, @Draggu, @gilbens-starkware, and @piotmag769)
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.
Reviewed 81 of 81 files at r1, 3 of 3 files at r2.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @Arcticae, @Draggu, @orizi, and @piotmag769)
crates/cairo-lang-semantic/src/db.rs
line 729 at r1 (raw file):
) -> Maybe<Option<TraitImplId>>; #[salsa::invoke(items::imp::impl_all_used_items)] fn impl_all_used_items(
doc
Code quote:
#[salsa::invoke(items::imp::impl_all_used_items)]
fn impl_all_used_items(
804a117
to
ea861ba
Compare
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.
Reviewed 1 of 1 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Arcticae, @Draggu, and @piotmag769)
Non-traits and impls.
ea861ba
to
6068d13
Compare
Non-traits and impls.
This change is