Experiment in composition #212
Annotations
4 warnings
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.
| ++
|
(x86_64-unknown-linux-gnu, nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
(x86_64-unknown-linux-gnu, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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.
| ++
|