253 |
#[allow(clippy::implicit_saturating_sub)]
|
254 |
if word_index > 0 {
|
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 {
|