Catherine Flores
Results
2
issues of
Catherine Flores
### Description Currently, `similar_names` will lint on code like ```rust fn awa(tcx: TyCtxt
C-enhancement
```rust fn a() -> /* my super detailed comment on what this bool is */ bool {} ``` The comment is entirely eaten: ```rust fn a() -> bool {} ```
a-comments