Skip to content

Commit

Permalink
fix unitest fail
Browse files Browse the repository at this point in the history
Signed-off-by: guoweikang <[email protected]>
  • Loading branch information
guoweikang committed Oct 22, 2024
1 parent 0cc8710 commit f714731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## Examples

```rust
use linked_list::{GetLinks, Links, List};
use linked_list_r4l::{GetLinks, Links, List};

type InnerType = usize;

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ macro_rules! __def_node_internal {
/// # Example
///
/// ```rust
/// use linked_list::{def_node, List};
/// use linked_list_r4l::{def_node, List};
///
/// def_node!{
/// /// An example Node with usize
Expand Down

0 comments on commit f714731

Please sign in to comment.