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 @@ -149,7 +149,7 @@ impl fmt::Debug for TempDir {
149
149
///
150
150
/// This corresponds to [`tempfile::tempdir`].
151
151
///
152
- /// [`tempfile::tempdir`]: https://docs.rs/tempfile/3.1.0 /tempfile/fn.tempdir.html
152
+ /// [`tempfile::tempdir`]: https://docs.rs/tempfile/latest /tempfile/fn.tempdir.html
153
153
///
154
154
/// # Safety
155
155
///
@@ -164,7 +164,7 @@ pub unsafe fn tempdir() -> io::Result<TempDir> {
164
164
///
165
165
/// This corresponds to [`tempfile::tempdir_in`].
166
166
///
167
- /// [`tempfile::tempdir `]: https://docs.rs/tempfile/3.1.0 /tempfile/fn.tempdir_in.html
167
+ /// [`tempfile::tempdir_in `]: https://docs.rs/tempfile/latest /tempfile/fn.tempdir_in.html
168
168
pub fn tempdir_in ( dir : & Dir ) -> io:: Result < TempDir > {
169
169
TempDir :: new_in ( dir)
170
170
}
You can’t perform that action at this time.
0 commit comments