Document some monster struct fields (#291) #283
GitHub Actions / clippy
succeeded
Nov 16, 2024 in 1s
clippy
2 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 2 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.82.0 (f6e511eec 2024-10-15)
- cargo 1.82.0 (8f40fc59f 2024-08-21)
- clippy 0.1.82 (f6e511e 2024-10-15)
Annotations
Check warning on line 71 in src/transform.rs
github-actions / clippy
doc list item without indentation
warning: doc list item without indentation
--> src/transform.rs:71:5
|
71 | /// a vector containing a single empty string ("").
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
71 | /// a vector containing a single empty string ("").
| +++
Check warning on line 69 in src/transform.rs
github-actions / clippy
doc list item without indentation
warning: doc list item without indentation
--> src/transform.rs:69:5
|
69 | /// based on the addresses it contains.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
= note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: indent this line
|
69 | /// based on the addresses it contains.
| +++
Loading