Skip to content

Commit 1b54716

Browse files
committed
doc(changelog): suggestions of cargo fix are nightly only
1 parent 64e46b0 commit 1b54716

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
- `cargo package` and `cargo publish` now report total and compressed crate size
1212
after packaging.
1313
[#11270](https://github.com/rust-lang/cargo/pull/11270)
14-
- Suggests `cargo fix` when some compilation warnings/errors can be auto-fixed.
15-
[#10989](https://github.com/rust-lang/cargo/pull/10989)
1614

1715
### Changed
1816

@@ -31,6 +29,9 @@
3129

3230
### Nightly only
3331

32+
- Suggests `cargo fix` when some compilation warnings/errors can be auto-fixed.
33+
[#10989](https://github.com/rust-lang/cargo/pull/10989)
34+
3435
## Cargo 1.66 (2022-12-15)
3536
[08250398...rust-1.66.0](https://github.com/rust-lang/cargo/compare/08250398...rust-1.66.0)
3637

0 commit comments

Comments
 (0)