No doctest

This commit is contained in:
Andras Schmelczer 2024-12-19 23:19:04 +00:00
parent f5eca5ddf8
commit 7c1138c0d3
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -9,7 +9,8 @@ use crate::Token;
/// of the old list.
///
/// ## Example
/// ```
///
/// ```no_run
/// old: [0, 1, 9, 0, 2, 5]
/// new: [9, 0, 2, 5, 1]
/// ```