Skip to content
GitHub Actions / clippy failed Feb 14, 2025 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (2)

energy-integration/governance-v2/src/configurable.rs|35 col 1| warning: empty line after doc comment
--> energy-integration/governance-v2/src/configurable.rs:33:1
|
33 | / ///
34 | |
| |^
35 | const MIN_VOTING_DELAY: Timestamp = 1;
| --------------------------------- the comment documents this constant
|
= 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
energy-integration/governance-v2/src/configurable.rs|35 col 1| warning: empty line after doc comment
--> energy-integration/governance-v2/src/configurable.rs:33:1
|
33 | / ///
34 | |
| |
^
35 | const MIN_VOTING_DELAY: Timestamp = 1;
| --------------------------------- the comment documents this constant
|
= 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

Filtered Findings (0)

Annotations

Check warning on line 35 in energy-integration/governance-v2/src/configurable.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] energy-integration/governance-v2/src/configurable.rs#L35

warning: empty line after doc comment
  --> energy-integration/governance-v2/src/configurable.rs:33:1
   |
33 | / ///
34 | |
   | |_^
35 |   const MIN_VOTING_DELAY: Timestamp = 1;
   |   --------------------------------- the comment documents this constant
   |
   = 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
Raw output
energy-integration/governance-v2/src/configurable.rs:35:1:w:warning: empty line after doc comment
  --> energy-integration/governance-v2/src/configurable.rs:33:1
   |
33 | / ///
34 | |
   | |_^
35 |   const MIN_VOTING_DELAY: Timestamp = 1;
   |   --------------------------------- the comment documents this constant
   |
   = 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


__END__

Check warning on line 35 in energy-integration/governance-v2/src/configurable.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] energy-integration/governance-v2/src/configurable.rs#L35

warning: empty line after doc comment
  --> energy-integration/governance-v2/src/configurable.rs:33:1
   |
33 | / ///
34 | |
   | |_^
35 |   const MIN_VOTING_DELAY: Timestamp = 1;
   |   --------------------------------- the comment documents this constant
   |
   = 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
Raw output
energy-integration/governance-v2/src/configurable.rs:35:1:w:warning: empty line after doc comment
  --> energy-integration/governance-v2/src/configurable.rs:33:1
   |
33 | / ///
34 | |
   | |_^
35 |   const MIN_VOTING_DELAY: Timestamp = 1;
   |   --------------------------------- the comment documents this constant
   |
   = 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


__END__