Make all public API's return Box<EvalAltResult> to reduce footprint.
This commit is contained in:
@@ -72,7 +72,7 @@ fn main() {
|
||||
eprintln!("{:=<1$}", "", filename.len());
|
||||
eprintln!("");
|
||||
|
||||
eprint_error(&contents, err);
|
||||
eprint_error(&contents, *err);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user