Skip to content

Commit

Permalink
Merge branch 'main' of github.com:henke443/fast-list
Browse files Browse the repository at this point in the history
  • Loading branch information
henke443 committed Apr 18, 2024
2 parents e84e740 + 0eee715 commit 5383b5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,11 @@ pub struct LinkedListItem<T> {
}
```

[`LinkedListWalker`] - **\[unstable\]** A walker type (like in petgraph) which can be used to iterate over the list.
`LinkedListWalker` - **\[feature = "unstable"\]** A walker type (like in petgraph) which can be used to iterate over the list.

[`LinkedListItem`]: https://docs.rs/fast-list/latest/fast_list/struct.LinkedListItem.html
[`LinkedList`]: https://docs.rs/fast-list/latest/fast_list/struct.LinkedList.html
[`LinkedListIndex`]: https://docs.rs/fast-list/latest/fast_list/struct.LinkedListIndex.html
[`LinkedListWalker`]: https://docs.rs/fast-list/latest/fast_list/struct.LinkedListWalker.html

[API documentation]: https://docs.rs/fast-list/
[docsrs-badge]: https://img.shields.io/docsrs/fast-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 crossbeam::epoch::Atomic;

//use crate::LinkedListCell;

Expand Down

0 comments on commit 5383b5f

Please sign in to comment.