Skip to content

Commit 7009864

Browse files
committed
Auto merge of #156493 - RalfJung:run-temp-dir, r=<try>
actually run the temp_dir doctest try-job: *gnu-aux try-job: test-various
2 parents 29b7590 + e47c023 commit 7009864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/std/src/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ pub fn home_dir() -> Option<PathBuf> {
689689
/// [GetTempPath]: https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-gettemppatha
690690
/// [appledoc]: https://developer.apple.com/library/archive/documentation/Security/Conceptual/SecureCodingGuide/Articles/RaceConditions.html#//apple_ref/doc/uid/TP40002585-SW10
691691
///
692-
/// ```no_run
692+
/// ```
693693
/// use std::env;
694694
///
695695
/// fn main() {

0 commit comments

Comments
 (0)