Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
henke443 committed Apr 18, 2024
1 parent d96440b commit 73eda0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![crate_name = "fast_list"]

#![doc = include_str!("../README.md")]

mod linked_list;
Expand Down
1 change: 0 additions & 1 deletion tests/test_linked_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use std::{
thread,
};


//use crate::LinkedListCell;

use fast_list::{LinkedList, LinkedListIndex};
Expand Down

0 comments on commit 73eda0c

Please sign in to comment.