Configure rust-analyzer in ide-rust Atom

I have the same issue (Unresolved import for platform specific modules) where rust-analyzer wrongly lints some imports. The solution is to disable that feature with:

"rust-analyzer.diagnostics.disabled": ["unresolved-import"]

How can I pass this config to Atom's ide-rust package?
I can't find any details in rust-analyzer documentation and VScode specific "setting.json" config file doesn't work in Atom case.

I've just encountered this same issue.

Did you find a solution to this?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.