We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48bff5f commit 6c0c561Copy full SHA for 6c0c561
src/env.rs
@@ -34,7 +34,7 @@ pub fn override_temp_dir(path: &Path) -> Result<(), PathBuf> {
34
/// This function simply delegates to [`std::env::temp_dir`] unless the default temporary directory
35
/// has been override by a call to [`override_temp_dir`].
36
///
37
-/// **NOTE:** This function does check if the returned directory exists and/or is writable.
+/// **NOTE:** This function does not check if the returned directory exists and/or is writable.
38
pub fn temp_dir() -> PathBuf {
39
DEFAULT_TEMPDIR
40
.get()
0 commit comments