rust/tests/source/issue-4381/style_edition_2015.rs
Yacin Tmimi 06e16449d2 Add test cases for issue 4381
This was one of the original issues filed against rustfmt that discussed
using a natural sort order instead of a lexicographical order. At the
time it was closed, but now that we're supporting version-sorting in
`style_edition=2024` I thought it would be good to add a test case.
2024-09-03 15:21:36 -04:00

4 lines
95 B
Rust

// rustfmt-style_edition: 2015
use std::num::{NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64};