• async-std 1.12.0/src/io/buf_read/read_line.rs
    39
     } else {
    40
     #[allow(clippy::debug_assert_with_mut_call)]
    41
     {
  • async-std 1.12.0/src/io/read/read_to_string.rs
    39
     } else {
    40
     #[allow(clippy::debug_assert_with_mut_call)]
    41
     {
  • clap-v3 3.0.0-beta.1/src/build/app/mod.rs
    1413
     #[allow(clippy::debug_assert_with_mut_call)]
    1414
     // used in clap_generate (https://github.com/clap-rs/clap_generate)
  • cranelift-codegen 0.92.0/src/simple_gvn.rs
    123
     Occupied(entry) => {
    124
     #[allow(clippy::debug_assert_with_mut_call)]
    125
     {
  • heph-rt 0.4.1/src/local/timers.rs
    250
     #[allow(clippy::cast_possible_truncation)] // TODO: move to new `self.index` line.
    251
     #[allow(clippy::debug_assert_with_mut_call)]
    252
     fn maybe_update_epoch(&mut self, epoch_offset: TimeOffset) -> bool {
  • tentacle 0.4.2/src/channel/bound.rs
    165
     // Can be called only by bounded sender.
    166
     #[allow(clippy::debug_assert_with_mut_call)]
    167
     fn do_send_b(&self, msg: T, priority: Priority) -> Result<(), TrySendError<T>> {
  • tokio-async-std 1.5.3/src/io/buf_read/read_line.rs
    39
     } else {
    40
     #[allow(clippy::debug_assert_with_mut_call)]
    41
     {
  • tokio-async-std 1.5.3/src/io/read/read_to_string.rs
    39
     } else {
    40
     #[allow(clippy::debug_assert_with_mut_call)]
    41
     {
  • birli 0.8.0/src/lib.rs
    158
    // won't fix:
    159
    #![allow(clippy::debug_assert_with_mut_call)]