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 fa39330 commit 854be9fCopy full SHA for 854be9f
src/fixture/file.rs
@@ -12,7 +12,7 @@ use super::errors::ResultChainExt;
12
/// is deleted once it goes out of scope. At construction, the
13
/// `NamedTempFile` creates a new directory with a randomly generated name.
14
///
15
-/// The constructor, [`NamedTempFile::new(name)`], creates directories in
+/// The constructor, [`NamedTempFile::new`], creates directories in
16
/// the location returned by [`std::env::temp_dir()`].
17
18
/// After creating a `NamedTempFile`, work with the file system by doing
0 commit comments