Skip to content

206 multiblock creations #526

206 multiblock creations

206 multiblock creations #526

GitHub Actions / clippy failed Oct 31, 2023 in 0s

clippy

1 error

Details

Results

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

Versions

  • rustc 1.75.0-nightly (31bc7e2c4 2023-10-30)
  • cargo 1.75.0-nightly (708383d62 2023-10-27)
  • clippy 0.1.75 (31bc7e2 2023-10-30)

Annotations

Check failure on line 76 in cosmos_server/src/blocks/multiblock/reactor.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

attempt to mutate range bound within loop

error: attempt to mutate range bound within loop
  --> cosmos_server/src/blocks/multiblock/reactor.rs:76:13
   |
76 |             width += 1;
   |             ^^^^^
   |
   = note: the range of the loop is unchanged
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mut_range_bound
   = note: `-D clippy::mut-range-bound` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::mut_range_bound)]`