Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Not if everyone decides to 's/.unwrap()/.expect("Shouldn't happen")/g' in the code base.

Or the good old:

    let x = match res { 
       Ok(x) => x,
       Err(_) => unreachable!(),
    }


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: