Sublime Text Version
Sublime Text 3 (Build 3208)
Rust Enhanced Version
v2.20.0
Operating system
Ubuntu 19.04
Expected behavior
Clippy should lint tests when "rust_syntax_checking_include_tests": "true".
Actual behavior
Even with "rust_syntax_checking_include_tests": "true", clippy won't lint tests.
Steps to reproduce
- Set
rust_syntax_checking_include_tests to true, and rust_syntax_checking_method to clippy.