mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Update README.md
This commit is contained in:
parent
4389a4ce49
commit
243cec7a0b
11
README.md
11
README.md
@ -48,12 +48,11 @@ cargo +nightly fmt
|
|||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
Rustfmt tries to work on as much Rust code as possible. Sometimes, the code
|
Rustfmt tries to work on as much Rust code as possible. Sometimes, the code
|
||||||
doesn't even need to compile! As we approach a 1.0 release we are also looking
|
doesn't even need to compile! In general, we are looking to limit areas of
|
||||||
to limit areas of instability; in particular, post-1.0, the formatting of most
|
instability; in particular, post-1.0, the formatting of most code should not
|
||||||
code should not change as Rustfmt improves. However, there are some things that
|
change as Rustfmt improves. However, there are some things that Rustfmt can't
|
||||||
Rustfmt can't do or can't do well (and thus where formatting might change
|
do or can't do well (and thus where formatting might change significantly,
|
||||||
significantly, even post-1.0). We would like to reduce the list of limitations
|
even post-1.0). We would like to reduce the list of limitations over time.
|
||||||
over time.
|
|
||||||
|
|
||||||
The following list enumerates areas where Rustfmt does not work or where the
|
The following list enumerates areas where Rustfmt does not work or where the
|
||||||
stability guarantees do not apply (we don't make a distinction between the two
|
stability guarantees do not apply (we don't make a distinction between the two
|
||||||
|
Loading…
Reference in New Issue
Block a user