We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759cb32 commit 5afb69bCopy full SHA for 5afb69b
Changelog.md
@@ -6,7 +6,7 @@
6
- `Port<T> = PortGeneric<T, ReadWriteAccess>`
7
- `PortReadOnly<T> = PortGeneric<T, ReadOnlyAccess>`
8
- `PortWriteOnly<T> = PortGeneric<T, WriteOnlyAccess>`
9
-- The following methods no longer require the `nightly` feature to be `const fn`s` ([#255](https://github.com/rust-osdev/x86_64/pull/255)):
+- The following methods no longer require the `nightly` feature to be `const fn`s ([#255](https://github.com/rust-osdev/x86_64/pull/255)):
10
- `PageTable::new`
11
- `GlobalDescriptorTable::from_raw_slice`
12
- `MappedFrame::{start_address, size}`
0 commit comments