You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clippy lints for Rust files aren't working for me. In the linter log, every lint produces a message like this:
offense is for another file {
"src": "file://d:\\Documents\\Creation\\Rust\\project\\src\\main.rs",
"uri": "file:///d%3A/Documents/Creation/Rust/project/src/main.rs"
}
or
offense is for another file {
"src": "file://d:\\Documents\\Creation\\Rust\\project\\src\\main.rs",
"uri": "file:///d%3A/Documents/Creation/Rust/project/src/app.rs"
}
This appears to happen for main.rs as well as all other files. Using Clippy 0.1.72 on Windows, VSCode version 1.84.0, extension version 0.0.19.