• mcfly 0.7.1/src/command_input.rs
    253
                        #[allow(clippy::implicit_saturating_sub)]
    254
                        if word_index > 0 {
  • si_trace_print 0.3.9/src/stack.rs
    139
        let mut sd: StackDepth = stack_depth();
    140
        #[allow(clippy::implicit_saturating_sub)]
    141
        if sd > 0 {
    207
        let mut sd: StackDepth = stack_depth();
    208
        #[allow(clippy::implicit_saturating_sub)]
    209
        if sd > 0 {