Thomas

Results 1 issues of Thomas

I noticed that [builtin lint check macro](https://doc.rust-lang.org/reference/attributes/diagnostics.html#lint-check-attributes) is still missing. An example for lint check. ``` #[allow(dead_code)] fn foo() {} ``` There are features in lint check: - [ ]...

enhancement