#![allow(unused_variables)] #![allow(unused_imports)] use std::error::Error; fn main() -> Result<(), Box> { Ok(()) }