Skip to content

Commit

Permalink
Remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
Stovent committed Apr 2, 2024
1 parent f20af54 commit 3be0aba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions m68000/src/assembler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
use crate::addressing_modes::AddressingMode;
use crate::instruction::{Direction, Size};

use std::vec::Vec;

/// Conditions for the conditional instructions.
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum Condition {
Expand Down

0 comments on commit 3be0aba

Please sign in to comment.