Skip to content

Commit 63a0519

Browse files
committed
Improve formatting
1 parent c33c7f2 commit 63a0519

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/this-month/2022-02/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including
7272
In February, we merged the following pull requests:
7373

7474
- [Remove external assembly](https://github.com/rust-osdev/x86_64/pull/343)
75-
- [Implement core::iter::Step for VirtAddr and Page](https://github.com/rust-osdev/x86_64/pull/342)
75+
- [Implement `core::iter::Step` for `VirtAddr` and `Page`](https://github.com/rust-osdev/x86_64/pull/342)
7676
- [Make fields of `VirtAddrNotValid` and `PhysAddrNotValid` public](https://github.com/rust-osdev/x86_64/pull/340)
7777
- [Fix: `VirtAddrNotValid` and `PhysAddrNotValid` should contain the whole address](https://github.com/rust-osdev/x86_64/pull/347)
7878

7979
We also merged a few breaking changes, which will be part of the upcoming `v0.15` release:
8080

81-
- [Merge latest changes from master into next and migrate code](https://github.com/rust-osdev/x86_64/pull/338)
81+
- [Merge latest changes from `master` into `next` and migrate code](https://github.com/rust-osdev/x86_64/pull/338)
8282
- [Make `Cr2::read` return a result](https://github.com/rust-osdev/x86_64/pull/335)
83-
- [Remove external_asm and inline_asm features](https://github.com/rust-osdev/x86_64/pull/345)
83+
- [Remove `external_asm` and `inline_asm` features](https://github.com/rust-osdev/x86_64/pull/345)
8484

8585
### [`bootloader`](https://github.com/rust-osdev/bootloader)
8686

0 commit comments

Comments
 (0)