#![allow(dead_code, deprecated, unused_variables, unused_mut)] use std::str::FromStr; fn main() { let Ok(s) = String::from_str("hello"); }