1#[cfg(not(feature = "nightly"))] 2pub use std::convert::{identity as likely, identity as unlikely}; 3#[cfg(feature = "nightly")] 4pub use std::hint::{likely, unlikely};