Fix doc test

This commit is contained in:
Andras Schmelczer 2024-12-20 16:10:21 +00:00
commit 2f7cad602a
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -10,7 +10,7 @@ use crate::Token;
/// ///
/// ## Example /// ## Example
/// ///
/// ```no_run /// ```not_rust
/// 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]
/// ``` /// ```