Location (URL)
https://doc.rust-lang.org/std/primitive.i32.html#method.strict_shr
Summary
The phrase "panicking rhs is larger" should read "panicking if rhs is larger".
This seems to be an issue for all numeric types' documentation pages (I checked u32 and i32 and saw it on both).
Location (URL)
https://doc.rust-lang.org/std/primitive.i32.html#method.strict_shr
Summary
The phrase "panicking
rhsis larger" should read "panicking ifrhsis larger".This seems to be an issue for all numeric types' documentation pages (I checked
u32andi32and saw it on both).