rust/tests/cargo-fmt/source/issue_3164/Cargo.toml
Yacin Tmimi c19b14539b test for issue 3164
Closes 3164

Show that when `error_on_line_overflow=true` is set in the rustfmt.toml
that an error message is written to stderr.
2022-07-22 17:57:07 -05:00

9 lines
179 B
TOML

[package]
name = "issue_3164"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]