Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
breqdev authored Nov 10, 2023
1 parent 193f37c commit e3f2e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpu/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub trait Execute {
}

impl Execute for Mos6502 {
#[allow(clippy::manual-range-patterns)]
#[allow(clippy::manual_range_patterns)]
fn execute(&mut self, opcode: u8) -> Result<u8, ()> {
match opcode {
// === LOAD ===
Expand Down

0 comments on commit e3f2e47

Please sign in to comment.