We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72613b commit 36af403Copy full SHA for 36af403
src/bin/main.rs
@@ -422,7 +422,7 @@ are 1-based and inclusive of both end points. Specifying an empty array
422
will result in no files being formatted. For example,
423
424
```
425
-rustfmt --file-lines '[
+rustfmt src/lib.rs src/foo.rs --file-lines '[
426
{{\"file\":\"src/lib.rs\",\"range\":[7,13]}},
427
{{\"file\":\"src/lib.rs\",\"range\":[21,29]}},
428
{{\"file\":\"src/foo.rs\",\"range\":[10,11]}},
0 commit comments