rspec/rules/S4325/rust/metadata.json
github-actions[bot] ef35f53a80
Create rule S4325: Redundant casts should be avoided (#4729)
* Add rust to rule S4325

* Update RSPEC

---------

Co-authored-by: yassin-kammoun-sonarsource <yassin-kammoun-sonarsource@users.noreply.github.com>
Co-authored-by: yassin-kammoun-sonarsource <yassin.kammoun@sonarsource.com>
2025-03-19 14:46:46 +00:00

8 lines
98 B
JSON

{
"title": "Redundant casts should be avoided",
"tags": [
"redundant",
"clippy"
]
}