89c0998aee
This line uses the Display trait for io::ErrorKind which was stabilized in Rust 1.60.0. We can set MSRV all the way back to 1.57.0 by replacing it with a pretty-print. Closes #2460.
3 lines
68 B
TOML
3 lines
68 B
TOML
[toolchain]
|
|
channel = "1.57.0"
|
|
components = ["rustfmt", "rust-src"]
|