Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
pub struct Option;
impl Option {
pub fn unwrap(self) {}
}
/// [`Option::unwrap`]
pub mod task {}
extern "C" {
pub fn main() -> std::ffi::c_int;