Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad committed Feb 6, 2024
1 parent 54c0cce commit 9e6b22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memory/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9e6b22b

Please sign in to comment.