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.
Clippy lints for Rust files aren't working for me. In the
linterlog, every lint produces a message like this:or
This appears to happen for
main.rsas well as all other files. Using Clippy 0.1.72 on Windows, VSCode version 1.84.0, extension version 0.0.19.