Skip to content

Commit ddab0bf

Browse files
committed
Remove duplicate cargo/4270. It was part of 1.21.
1 parent 9b9fc60 commit ddab0bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

RELEASES.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5421,8 +5421,6 @@ Cargo
54215421
- [Added `--no-fail-fast` flag to cargo to run all benchmarks regardless of
54225422
failure.][cargo/4248]
54235423
- [Changed the convention around which file is the crate root.][cargo/4259]
5424-
- [The `include`/`exclude` property in `Cargo.toml` now accepts gitignore paths
5425-
instead of glob patterns][cargo/4270]. Glob patterns are now deprecated.
54265424

54275425
Compatibility Notes
54285426
-------------------
@@ -5465,7 +5463,6 @@ Compatibility Notes
54655463
[cargo/4229]: https://github.com/rust-lang/cargo/pull/4229
54665464
[cargo/4248]: https://github.com/rust-lang/cargo/pull/4248
54675465
[cargo/4259]: https://github.com/rust-lang/cargo/pull/4259
5468-
[cargo/4270]: https://github.com/rust-lang/cargo/pull/4270
54695466
[`CStr::into_c_string`]: https://doc.rust-lang.org/std/ffi/struct.CStr.html#method.into_c_string
54705467
[`CString::as_c_str`]: https://doc.rust-lang.org/std/ffi/struct.CString.html#method.as_c_str
54715468
[`CString::into_boxed_c_str`]: https://doc.rust-lang.org/std/ffi/struct.CString.html#method.into_boxed_c_str

0 commit comments

Comments
 (0)