Skip to content
Snippets Groups Projects
Verified Commit 94396676 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

refactor: removed unused lifetime

parent 7e24ffce
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ pub struct Cpu {
}
impl Cpu {
pub fn new<'n>(mmu: Mmu) -> Cpu {
pub fn new(mmu: Mmu) -> Cpu {
Cpu {
pc: 0x0,
sp: 0x0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment