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

Allow struct references within sol_interface macro #139

Merged
merged 2 commits into from
Aug 6, 2024

Add doc line for struct support in sol_interface!

b43f0fe
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Allow struct references within sol_interface macro #139

Add doc line for struct support in sol_interface!
b43f0fe
Select commit
Loading
Failed to load commit list.
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

See this annotation in the file changed.

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