We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f94d1 commit 3c1a098Copy full SHA for 3c1a098
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