dylint-various/lints/dashmap-ref/README.md
Marcel Müller a894c4c413 Add initial workspace
Signed-off-by: Marcel Müller <neikos@neikos.email>
2025-03-04 11:40:38 +01:00

21 lines
229 B
Markdown

# template
### What it does
### Why is this bad?
### Known problems
Remove if none.
### Example
```rust
// example code where a warning is issued
```
Use instead:
```rust
// example code that does not raise a warning
```