#![allow(unused_variables)] fn main() { let s = "HELLO"; assert_eq!("hello", s.to_lowercase()); }