Skip to content

Commit 4338dbf

Browse files
committed
Minor formatting improvement to changelog entry
1 parent 07583b1 commit 4338dbf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Changelog.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Unreleased
22

3-
- Remove features const_mut_refs and use_spin_nightly. Since rust 1.61, the underlying const functions are available in stable rust,
4-
and lock_api >= 0.4.7 automatically uses them. (Feature const_fn_trait_bound, https://github.com/rust-lang/rust/pull/93827)
3+
- Remove features `const_mut_refs` and `use_spin_nightly`.
4+
5+
Since rust 1.61, the [required const features](https://github.com/rust-lang/rust/pull/93827) are available in stable rust, and `lock_api` >= 0.4.7 automatically uses them.
56
To avoid a breaking change, the features are still listed in Cargo.toml, but have no effect and are marked as deprecated.
67
This bumps the minimum supported rust version to 1.61.
78

0 commit comments

Comments
 (0)