Skip to content

Commit bf9d375

Browse files
committed
Document the map macro
1 parent dc2b65c commit bf9d375

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changelog.md

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

3+
- Fix: Add missing documentation of the `map` macro
4+
35
# 0.5.0 – 2023-06-24
46

57
- **Breaking:** [New design based on raw pointers](https://github.com/rust-osdev/volatile/pull/29)

src/volatile_ptr/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// TODO
1+
/// Provides safe field projection for volatile pointers referencing structs.
22
///
33
/// ## Examples
44
///

0 commit comments

Comments
 (0)