Make all public API's return Box<EvalAltResult> to reduce footprint.
This commit is contained in:
@@ -157,7 +157,7 @@ fn main() {
|
||||
Ok(_) => (),
|
||||
Err(err) => {
|
||||
println!();
|
||||
print_error(&input, err);
|
||||
print_error(&input, *err);
|
||||
println!();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user