Skip to content

chore: upgrade to stable2407 #6

chore: upgrade to stable2407

chore: upgrade to stable2407 #6

GitHub Actions / clippy succeeded Nov 4, 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.75.0 (82e1608df 2023-12-21)
  • cargo 1.75.0 (1d8b05cdd 2023-11-20)
  • clippy 0.1.75 (82e1608 2023-12-21)

Annotations

Check warning on line 507 in node/src/service.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

this function has too many arguments (13/7)

warning: this function has too many arguments (13/7)
   --> node/src/service.rs:492:1
    |
492 | / fn start_consensus(
493 | |     client: Arc<ParachainClient>,
494 | |     #[cfg(feature = "async-backing")] backend: Arc<ParachainBackend>,
495 | |     block_import: ParachainBlockImport,
...   |
506 | |     announce_block: Arc<dyn Fn(Hash, Option<Vec<u8>>) + Send + Sync>,
507 | | ) -> Result<(), sc_service::Error> {
    | |__________________________________^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
    = note: `#[warn(clippy::too_many_arguments)]` on by default