#![allow(unused_variables)] fn main() { let s = "this is old"; assert_eq!(s, s.replace("cookie monster", "little lamb")); }