#![allow(dead_code, deprecated, unused_variables, unused_mut)] fn main() { let upper_i = 'i'.to_uppercase().to_string(); assert_eq!(upper_i, "I"); }