Fix doc test

This commit is contained in:
Andras Schmelczer 2024-12-20 16:10:21 +00:00
parent 782690bd79
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
///
/// ```no_run
/// ```not_rust
/// old: [0, 1, 9, 0, 2, 5]
/// new: [9, 0, 2, 5, 1]
/// ```