Skip to content

Commit

Permalink
fix cargo fmt
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 907953b commit 0cc8710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ macro_rules! __def_node_internal {
/// for (i,e) in list.iter().enumerate() {
/// assert!(*e.inner() == i);
/// }
///
///
/// let node1 = list.pop_front().unwrap();
/// let node2 = list.pop_front().unwrap();
///
Expand Down

0 comments on commit 0cc8710

Please sign in to comment.