O campo de ferrugem nunca é lido, remova o aviso
//Place #[allow(dead_code)] above the line that is giving the warning
#[allow(dead_code)]
struct GivingWarning;
Attractive Addax