#![allow(unused_variables)] fn main() { let new_year = "农历新年"; assert_eq!(new_year, new_year.to_lowercase()); }