mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 02:33:55 +00:00
Fixed broken link to style guidelines (#1245)
This commit is contained in:
parent
22ddc36b17
commit
2f6c93b4f7
@ -154,7 +154,7 @@ directory and it will apply the options in that file. See `rustfmt
|
||||
source code, [src/config.rs](src/config.rs).
|
||||
|
||||
By default, Rustfmt uses a style which (mostly) conforms to the
|
||||
[Rust style guidelines](https://github.com/rust-lang/rust/tree/master/src/doc/style).
|
||||
[Rust style guidelines](https://doc.rust-lang.org/1.12.0/style/README.html).
|
||||
There are many details which the style guidelines do not cover, and in these
|
||||
cases we try to adhere to a style similar to that used in the
|
||||
[Rust repo](https://github.com/rust-lang/rust). Once Rustfmt is more complete, and
|
||||
|
Loading…
Reference in New Issue
Block a user