From 06cc2f82477a58b8edd198aa6f170db16a981e3a Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Sun, 19 Jan 2025 15:38:26 -0800 Subject: [PATCH] remove unused dependency --- cpu.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpu.rs b/cpu.rs index 3e85011..7cbc4aa 100644 --- a/cpu.rs +++ b/cpu.rs @@ -1,7 +1,5 @@ // This is all new to me so it's heavily commented so we can understand what is happening. -use warp::filters::addr; - #[derive(Debug)] #[allow(non_camel_case_types)] // AddressingMode is a mehtod used by a CPU to determine where the operand (data or memory