Skip to content

Commit b94733e

Browse files
committed
Remove colon after Safety doc section
1 parent c1375b5 commit b94733e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/proto/media/disk.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ impl DiskIo2 {
126126
/// * `len` - Buffer size.
127127
/// * `buffer` - Buffer to read into.
128128
///
129-
/// # Safety:
129+
/// # Safety
130130
///
131131
/// Because of the asynchronous nature of the disk transaction, manual lifetime
132132
/// tracking is required.
@@ -160,7 +160,7 @@ impl DiskIo2 {
160160
/// * `len` - Buffer size.
161161
/// * `buffer` - Buffer to write from.
162162
///
163-
/// # Safety:
163+
/// # Safety
164164
///
165165
/// Because of the asynchronous nature of the disk transaction, manual lifetime
166166
/// tracking is required.

0 commit comments

Comments
 (0)