From 9e6b22b9d536c6c2d7aa2357b128dd3f8f3ad128 Mon Sep 17 00:00:00 2001 From: Brady Fomegne Date: Tue, 6 Feb 2024 21:34:54 +0100 Subject: [PATCH] fix lint --- memory/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory/src/lib.rs b/memory/src/lib.rs index b06993c..2a73d44 100644 --- a/memory/src/lib.rs +++ b/memory/src/lib.rs @@ -222,7 +222,7 @@ mod tests { #[test] fn test_cursor() { - use crate::{Cursor, utils}; + use crate::{utils, Cursor}; use std::{fs, rc::Rc}; macro_rules! hit {