We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rust-smallvec/lib.rs
Lines 48 to 49 in feb3e45
Line 762 in feb3e45
Seems like we might be able to replace this usage with this:
use std::hint; // ... unsafe { self.pop().unwrap_or_else(hint::unreachable_unchecked) }