Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiment in composition #129

Draft
wants to merge 2 commits into
base: stylus
Choose a base branch
from

adding ownable

ff184a9
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Experiment in composition #129

adding ownable
ff184a9
Select commit
Loading
Failed to load commit list.
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

See this annotation in the file changed.

@github-actions 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.
   |     ++