File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,15 +160,15 @@ Rustfmt is designed to be very configurable. You can create a TOML file called
160160` rustfmt.toml` or `.rustfmt.toml`, place it in the project or any other parent
161161directory and it will apply the options in that file. See `rustfmt
162162--help=config` for the options which are available, or if you prefer to see
163- visual style previews, [Configurations.md](Configurations.md ).
163+ visual style previews, [GitHub page](https://rust-lang.github.io/rustfmt/ ).
164164
165165By default, Rustfmt uses a style which conforms to the [Rust style guide][style
166166guide] that has been formalized through the [style RFC
167167process][fmt rfcs].
168168
169169Configuration options are either stable or unstable. Stable options can always
170170be used, while unstable ones are only available on a nightly toolchain, and opt-in.
171- See [Configurations.md](Configurations.md ) for details.
171+ See [GitHub page](https://rust-lang.github.io/rustfmt/ ) for details.
172172
173173# ## Rust's Editions
174174
You can’t perform that action at this time.
0 commit comments