summaryrefslogtreecommitdiff
path: root/test-project/src/rustfmt-default.rs
blob: 3138c9c5dec1c6a0480d16d6aca55e0bbf5b8009 (plain)
1
2
3
4
5
// this file ensures that by default rustfmt is invoked without parameters
// and formats with its default (--edition=2015 as of today)

// With --edition=2024 this import will be reordered
use std::{i16, i8};