tidy: Remove extra semicolons
These were causing compilation warnings.
This commit is contained in:
committed by
Andrew Brown
parent
5c5eabb8d0
commit
9b8e7b511e
@@ -29,7 +29,7 @@ pub(crate) fn define() -> Definitions {
|
||||
let mut all_instructions = AllInstructions::new();
|
||||
|
||||
let immediates = Immediates::new();
|
||||
let entities = EntityRefs::new();;
|
||||
let entities = EntityRefs::new();
|
||||
let format_registry = formats::define(&immediates, &entities);
|
||||
let instructions = instructions::define(
|
||||
&mut all_instructions,
|
||||
|
||||
Reference in New Issue
Block a user