-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Removing all unused imports removes used import #18941
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
Comments
another case that seems consistent: use bevy_reflect::{List, PartialReflect, Reflect, Struct};
|
@evbo How is is used? |
https://docs.rs/bevy/latest/bevy/prelude/derive.Reflect.html |
That looks like a separate issue. Please open a new issue, with reproduction details. |
But the title matches the issue perfectly doesn't it? |
Well yes, but having different issues for different problems eases the management of them for us. |
rust-analyzer version: 0.3.2264-standalone (8364ef2 2025-01-12) [c:\Users\User.vscode\extensions\rust-lang.rust-analyzer-0.3.2264-win32-x64\server\rust-analyzer.exe]
rustc version: rustc 1.83.0 (90b35a623 2024-11-26)
editor or extension: VSCode w rust-analyzer v0.3.2264
relevant settings: (eg. client settings, or environment variables like
CARGO
,RUSTC
,RUSTUP_HOME
orCARGO_HOME
)repository link (if public, optional): (eg. rust-analyzer)
code snippet to reproduce:
Code.mp4
The text was updated successfully, but these errors were encountered: