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 c1375b5 commit b94733eCopy full SHA for b94733e
src/proto/media/disk.rs
@@ -126,7 +126,7 @@ impl DiskIo2 {
126
/// * `len` - Buffer size.
127
/// * `buffer` - Buffer to read into.
128
///
129
- /// # Safety:
+ /// # Safety
130
131
/// Because of the asynchronous nature of the disk transaction, manual lifetime
132
/// tracking is required.
@@ -160,7 +160,7 @@ impl DiskIo2 {
160
161
/// * `buffer` - Buffer to write from.
162
163
164
165
166
0 commit comments