forked from AbleOS/holey-bytes
fixxed lint
This commit is contained in:
parent
116a228c5a
commit
ad9868c1c0
|
@ -40,7 +40,7 @@ fn main() -> Result<(), Box<dyn Error>> {
|
|||
.with_code(e_code)
|
||||
.with_message(format!("{:?}", e.kind))
|
||||
.with_label(
|
||||
Label::new(("engine_internal", e.span.clone()))
|
||||
Label::new(("engine_internal", e.span))
|
||||
.with_message(message)
|
||||
.with_color(a),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue