Fix a minor mistake in the changelog.

This commit is contained in:
Eric Huss 2019-05-14 16:44:05 -07:00
parent 414c1eb4d5
commit dc935f5f2e

View file

@ -51,7 +51,7 @@
- Added the `rustc-cdylib-link-arg` key for build scripts to specify linker
arguments for cdylib crates.
[#6298](https://github.com/rust-lang/cargo/pull/6298)
- `cargo clippy` is now a built-in cargo command.
- (Nightly only): `cargo clippy-preview` is now a built-in cargo command.
[#6759](https://github.com/rust-lang/cargo/pull/6759)
### Changed