Skip to content

Commit 243cec7

Browse files
bluenote10calebcartwright
authored andcommitted
Update README.md
1 parent 4389a4c commit 243cec7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Diff for: README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,11 @@ cargo +nightly fmt
4848
## Limitations
4949

5050
Rustfmt tries to work on as much Rust code as possible. Sometimes, the code
51-
doesn't even need to compile! As we approach a 1.0 release we are also looking
52-
to limit areas of instability; in particular, post-1.0, the formatting of most
53-
code should not change as Rustfmt improves. However, there are some things that
54-
Rustfmt can't do or can't do well (and thus where formatting might change
55-
significantly, even post-1.0). We would like to reduce the list of limitations
56-
over time.
51+
doesn't even need to compile! In general, we are looking to limit areas of
52+
instability; in particular, post-1.0, the formatting of most code should not
53+
change as Rustfmt improves. However, there are some things that Rustfmt can't
54+
do or can't do well (and thus where formatting might change significantly,
55+
even post-1.0). We would like to reduce the list of limitations over time.
5756

5857
The following list enumerates areas where Rustfmt does not work or where the
5958
stability guarantees do not apply (we don't make a distinction between the two

0 commit comments

Comments
 (0)