Sign in
rust
/
rustfmt
/
refs/heads/revert-5847-format-header
/
.
/
tests
/
source
/
issue-3270
/
two.rs
blob: 0eb756471e748d143778ee0f131a6267242b6204 [
file
] [
log
] [
blame
]
// rustfmt-version: Two
pub
fn
main
()
{
/* let s = String::from(
"
hello
world
",
); */
assert_eq
!(
s
,
"\nhello\nworld\n"
);
}