Skip to content

Commit 3fe71df

Browse files
JOE1994RalfJung
andauthored
Modify reference to issue 1013
Co-Authored-By: Ralf Jung <post@ralfj.de>
1 parent eaca17f commit 3fe71df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ impl<'tcx> EnvVars<'tcx> {
2828
let target_os = ecx.tcx.sess.target.target.target_os.as_str();
2929
if target_os == "windows" {
3030
// Temporary hack: Exclude `TERM` var to avoid terminfo trying to open the termcap file.
31-
// Can be removed once Issue#1013(Implement file system access for Windows) is resolved.
31+
// Can be removed once https://github.com/rust-lang/miri/issues/1013 is resolved.
3232
excluded_env_vars.push("TERM".to_owned());
3333
}
3434

0 commit comments

Comments
 (0)