diff options
| author | ecstatic-morse <ecstaticmorse@gmail.com> | 2020-10-03 09:29:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-03 09:29:50 -0700 |
| commit | eaa0186662b0a494b2536f75f9e2811b6aa8366b (patch) | |
| tree | c108e2c90dddaf971f9fc90efe4cebe20019dc67 /src/bootstrap | |
| parent | bcab97c12e7522c09de74f7f58a3f8e81ca2943f (diff) | |
| download | rust-eaa0186662b0a494b2536f75f9e2811b6aa8366b.tar.gz rust-eaa0186662b0a494b2536f75f9e2811b6aa8366b.zip | |
Add quotes around command in CHANGELOG
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/CHANGELOG.md b/src/bootstrap/CHANGELOG.md index c9c1f90277a..d8c704f451b 100644 --- a/src/bootstrap/CHANGELOG.md +++ b/src/bootstrap/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Non-breaking changes since the last major version] -- x.py check needs opt-in to check tests (--all-targets) [#77473](https://github.com/rust-lang/rust/pull/77473) +- `x.py check` needs opt-in to check tests (--all-targets) [#77473](https://github.com/rust-lang/rust/pull/77473) ## [Version 2] - 2020-09-25 |
