It should lint against: * [x] `unsafe {}` (currently implemented) * [ ] `unsafe impl` * [ ] `#[unsafe(...)]` attributes Right now this is just done by string patterns, so, `unsafe {` should be joined by `unsafe impl` and `[unsafe(`. <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_ASSIGN_START --> <!-- TRIAGEBOT_ASSIGN_END --> <!-- TRIAGEBOT_END -->
It should lint against:
unsafe {}(currently implemented)unsafe impl#[unsafe(...)]attributesRight now this is just done by string patterns, so,
unsafe {should be joined byunsafe impland[unsafe(.