File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ pub trait Deserialize: DeserializeInner {
165
165
///
166
166
/// # Safety
167
167
///
168
- /// See the [trait documentation](Deserialize).
168
+ /// See the [trait documentation](Deserialize) and [mmap's `with_file`'s documentation](mmap_rs::MmapOptions::with_file) .
169
169
#[ cfg( feature = "mmap" ) ]
170
170
unsafe fn load_mmap < ' a > (
171
171
path : impl AsRef < Path > ,
@@ -215,7 +215,7 @@ pub trait Deserialize: DeserializeInner {
215
215
///
216
216
/// # Safety
217
217
///
218
- /// See the [trait documentation](Deserialize).
218
+ /// See the [trait documentation](Deserialize) and [mmap's `with_file`'s documentation](mmap_rs::MmapOptions::with_file) .
219
219
#[ cfg( feature = "mmap" ) ]
220
220
unsafe fn mmap < ' a > (
221
221
path : impl AsRef < Path > ,
You can’t perform that action at this time.
0 commit comments