Peter Jaszkowiak

Results 312 comments of Peter Jaszkowiak

@aaron-ang you might want to read through the discussion on #12914 before putting in any work.

I was able to resolve this similar to @nikkolasg but I had to enable checking tests, examples, and benches explicitly as well: ``` "rust-analyzer.checkOnSave.overrideCommand": [ "cargo", "+nightly", "clippy", "--workspace", "--all-targets",...