Allow struct references within sol_interface macro #139
GitHub Actions / clippy
succeeded
Aug 6, 2024 in 1s
clippy
1 warning
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 1 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.81.0-beta.4 (2059132d3 2024-08-05)
- cargo 1.81.0-beta.4 (ca2346bd3 2024-07-31)
- clippy 0.1.81 (2059132 2024-08-05)
Annotations
Check warning on line 13 in stylus-sdk/src/lib.rs
github-actions / clippy
doc list item without indentation
warning: doc list item without 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