Skip to content

Commit 2ed3c96

Browse files
committed
doc: remove the redundant Fixed: from the Fixed section's items
1 parent 6d32ccc commit 2ed3c96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1313

1414
### Fixed
1515

16-
- Fixed: Wrap const generic arguments in braces, fixing builds on the latest compiler version
17-
- Fixed: Remove `#[naked]` when inlining is prerequisite for correctness; functions with `#[naked]` are no longer eligible for inlining as of [rust-lang/rust#79192](https://github.com/rust-lang/rust/pull/79192).
16+
- Wrap const generic arguments in braces, fixing builds on the latest compiler version
17+
- Remove `#[naked]` when inlining is prerequisite for correctness; functions with `#[naked]` are no longer eligible for inlining as of [rust-lang/rust#79192](https://github.com/rust-lang/rust/pull/79192).
1818

1919
## 0.1.0 - 2020-11-03
2020

0 commit comments

Comments
 (0)