Skip to content

Commit d536886

Browse files
committed
Remove duplicate cargo/4270. It was part of 1.21.
1 parent 3501a0c commit d536886

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
@@ -5431,8 +5431,6 @@ Cargo
54315431
- [Added `--no-fail-fast` flag to cargo to run all benchmarks regardless of
54325432
failure.][cargo/4248]
54335433
- [Changed the convention around which file is the crate root.][cargo/4259]
5434-
- [The `include`/`exclude` property in `Cargo.toml` now accepts gitignore paths
5435-
instead of glob patterns][cargo/4270]. Glob patterns are now deprecated.
54365434

54375435
Compatibility Notes
54385436
-------------------
@@ -5475,7 +5473,6 @@ Compatibility Notes
54755473
[cargo/4229]: https://github.com/rust-lang/cargo/pull/4229
54765474
[cargo/4248]: https://github.com/rust-lang/cargo/pull/4248
54775475
[cargo/4259]: https://github.com/rust-lang/cargo/pull/4259
5478-
[cargo/4270]: https://github.com/rust-lang/cargo/pull/4270
54795476
[`CStr::into_c_string`]: https://doc.rust-lang.org/std/ffi/struct.CStr.html#method.into_c_string
54805477
[`CString::as_c_str`]: https://doc.rust-lang.org/std/ffi/struct.CString.html#method.as_c_str
54815478
[`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)