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

Correct web-client vesting contract data parsing #3177

Merged
merged 2 commits into from
Dec 5, 2024

Verify that actual vesting creation data can be parsed

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

Correct web-client vesting contract data parsing #3177

Verify that actual vesting creation data can be parsed
d1e070a
Select commit
Loading
Failed to load commit list.
GitHub Actions / Clippy Report succeeded Dec 5, 2024 in 0s

Clippy Report

1 warning

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 1
Note 0
Help 0

Versions

  • rustc 1.83.0 (90b35a623 2024-11-26)
  • cargo 1.83.0 (5ffbef321 2024-10-29)
  • clippy 0.1.83 (90b35a6 2024-11-26)

Annotations

Check warning on line 14 in lib/src/extras/launcher.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Report

empty line after doc comment

warning: empty line after doc comment
  --> lib/src/extras/launcher.rs:13:1
   |
13 | / ///
14 | |
   | |_
15 |   #[cfg(feature = "deadlock")]
16 |   use crate::extras::deadlock::initialize_deadlock_detection;
   |       ------------------------------------------------------ the comment documents this import
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
   = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
   = help: if the empty line is unintentional remove it