stevedonovan/gentle-intro

dyn is required for Error trait

jennydaman opened this issue · 0 comments

fn run(file: &str) -> Result<i32,Box<Error>> {

Trait objects without an explicit 'dyn' are deprecated