rust/library/std/src/sys/pal/wasi
Tobias Bucher 5d8f9b4dc1 Make std::env::{set_var, remove_var} unsafe in edition 2024
Allow calling these functions without `unsafe` blocks in editions up
until 2021, but don't trigger the `unused_unsafe` lint for `unsafe`
blocks containing these functions.

Fixes #27970.
Fixes #90308.
CC #124866.
2024-05-29 23:42:27 +02:00
..
args.rs std: begin moving platform support modules into pal 2024-01-11 20:10:25 +01:00
env.rs std: begin moving platform support modules into pal 2024-01-11 20:10:25 +01:00
fd.rs Make io::BorrowedCursor::advance safe 2024-02-07 16:46:28 +01:00
fs.rs Dyn erase at call site 2024-02-18 17:58:52 +00:00
helpers.rs Add the wasm32-wasi-preview2 target 2024-02-27 09:58:04 -05:00
io.rs std: begin moving platform support modules into pal 2024-01-11 20:10:25 +01:00
mod.rs std: move thread parking to sys::sync 2024-05-02 12:38:26 +02:00
net.rs Allow dead code in sys/pal 2024-03-12 12:06:16 +01:00
os.rs Make std::env::{set_var, remove_var} unsafe in edition 2024 2024-05-29 23:42:27 +02:00
stdio.rs std: begin moving platform support modules into pal 2024-01-11 20:10:25 +01:00
thread.rs Revert #121666 2024-04-05 12:50:31 +00:00
time.rs std: begin moving platform support modules into pal 2024-01-11 20:10:25 +01:00