No doctest
This commit is contained in:
parent
f5eca5ddf8
commit
7c1138c0d3
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ use crate::Token;
|
||||||
/// of the old list.
|
/// of the old list.
|
||||||
///
|
///
|
||||||
/// ## Example
|
/// ## Example
|
||||||
/// ```
|
///
|
||||||
|
/// ```no_run
|
||||||
/// old: [0, 1, 9, 0, 2, 5]
|
/// old: [0, 1, 9, 0, 2, 5]
|
||||||
/// new: [9, 0, 2, 5, 1]
|
/// new: [9, 0, 2, 5, 1]
|
||||||
/// ```
|
/// ```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue