]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/write_with_newline.stderr
Rollup merge of #84221 - ABouttefeux:generic-arg-elision, r=estebank
[rust.git] / src / tools / clippy / tests / ui / write_with_newline.stderr
index a14e86122ee5d0b54c64d4d0aa48b7a0e0389da6..cecc2ea9406aa77c140875cdff363b0124551010 100644 (file)
@@ -51,8 +51,8 @@ LL |     write!(&mut v, "/n");
    |
 help: use `writeln!()` instead
    |
-LL |     writeln!(&mut v);
-   |     ^^^^^^^         --
+LL |     writeln!(&mut v);
+   |     ^^^^^^^       --
 
 error: using `write!()` with a format string that ends in a single newline
   --> $DIR/write_with_newline.rs:36:5