This repository was archived by the owner on May 28, 2025. It is now read-only.
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
160
160
` rustfmt.toml` or `.rustfmt.toml`, place it in the project or any other parent
161
161
directory and it will apply the options in that file. See `rustfmt
162
162
--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/ ).
164
164
165
165
By default, Rustfmt uses a style which conforms to the [Rust style guide][style
166
166
guide] that has been formalized through the [style RFC
167
167
process][fmt rfcs].
168
168
169
169
Configuration options are either stable or unstable. Stable options can always
170
170
be 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.
172
172
173
173
# ## Rust's Editions
174
174
You can’t perform that action at this time.
0 commit comments