Thomas

Results 2 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

Thank you very much for your effort in developing this library — it has been extremely useful for my work. However, I recently encountered a bug, which I’d like to...