We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455dcc6 commit b03166eCopy full SHA for b03166e
src/rust-2024/newly-unsafe-functions.md
@@ -62,6 +62,7 @@ to be:
62
63
```rust
64
fn main() {
65
+ // TODO: Audit that the environment access only happens in single-threaded code.
66
unsafe { std::env::set_var("FOO", "123") };
67
}
68
```
0 commit comments