Allow struct references within sol_interface macro #163
Annotations
2 errors and 2 warnings
Test (Smoke)(stable)
The job running on runner GitHub Actions 50 has exceeded the maximum execution time of 360 minutes.
|
Test (Smoke)(nightly)
The job running on runner GitHub Actions 6 has exceeded the maximum execution time of 360 minutes.
|
doc list item missing indentation:
stylus-sdk/src/lib.rs#L13
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.
| ++
|
doc list item without indentation:
stylus-sdk/src/lib.rs#L13
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.
| ++
|