Files
starter-workflows/code-scanning/properties/rust-clippy.properties.json
T

10 lines
218 B
JSON
Raw Normal View History

2022-04-09 01:28:14 -07:00
{
"name": "rust-clippy",
"description": "A collection of lints to catch common mistakes and improve your Rust code.",
"iconName": "rust",
"categories": [
"Code Scanning",
"rust"
]
2022-04-12 10:27:04 +05:30
}