{ "rust-analyzer.check.command": "clippy", "rust-analyzer.checkOnSave": true, "rust-analyzer.linkedProjects": [ ".run/Cargo.toml", "mingling_pathf/test/Cargo.toml", "arg_picker/Cargo.toml", "arg_picker/test/Cargo.toml", ], "rust-analyzer.cargo.features": [ "structural_renderer", "mingling_support", "all_serde_fmt", "picker", "parser", "comp", ], }