Skip to content

Commit 582449c

Browse files
authored
Unrolled build for #156493
Rollup merge of #156493 - RalfJung:run-temp-dir, r=ChrisDenton actually run the temp_dir doctest No idea why this currently doesn't get run. That said, this might fail in Miri, so we may have to wait for rust-lang/miri#5029.
2 parents d7f14d3 + 9faff71 commit 582449c

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)