Experiment in composition #129
+1,032
−0
Draft
GitHub Actions / clippy
succeeded
Jun 30, 2024 in 0s
clippy
1 warning
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 1 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.80.0-beta.4 (64a1fe671 2024-06-21)
- cargo 1.80.0-beta.4 (34a6a87d8 2024-06-04)
- clippy 0.1.80 (64a1fe6 2024-06-21)
Annotations
Check warning on line 13 in stylus-sdk/src/lib.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> stylus-sdk/src/lib.rs:13:5
|
13 | //! storage caching.
| ^
|
= 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
|
13 | //! storage caching.
| ++
Loading