aa8a53f687
Updates all the various files utilized in the system and idempotence tests to directly use the corresponding 'style_edition' configuration as opposed to keeping the original 'version' values and relying on the mapping.
10 lines
109 B
Rust
10 lines
109 B
Rust
// rustfmt-style_edition: 2015
|
|
|
|
fn foo<T>(_: T)
|
|
where
|
|
T: std::fmt::Debug,
|
|
|
|
T: std::fmt::Display,
|
|
{
|
|
}
|