You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```
warning: use of constant `std::isize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type
--> src/utils.rs:100:68
|
100 | if !new_align.is_power_of_two() || new_size > core::isize::MAX as usize - (new_align - 1) {
| ^^^
|
= note: requested on the command line with `-W deprecated-in-future`
warning: use of associated function `core::num::<impl isize>::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type
--> src/raw.rs:313:47
|
313 | ... if state > isize::max_value() as usize {
| ^^^^^^^^^
warning: use of associated function `core::num::<impl isize>::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type
--> src/raw.rs:343:27
|
343 | if state > isize::max_value() as usize {
|
```
0 commit comments