#![allow(unused_variables)] fn main() { let i = 5; let five = String::from("5"); assert_eq!(five, i.to_string()); }