Cleanup linked list - Replaces some checked_sub().unwrap_or(0) with saturating_sub(). - Replaces NonNull::from(Box::leak(node)) with Box::into_non_null(node) |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
Cleanup linked list - Replaces some checked_sub().unwrap_or(0) with saturating_sub(). - Replaces NonNull::from(Box::leak(node)) with Box::into_non_null(node) |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||