diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2024-05-26 16:20:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-26 16:20:07 -0400 |
| commit | 591bbafee37126dab2e035be717bb928c5953155 (patch) | |
| tree | 5e71e6f4aba07b1852c03c69f94f09d4a084f717 /lib/std/std.zig | |
| parent | b9b7f1852308cf41bef511b9ccb3e24e353bf109 (diff) | |
| parent | aa463adc91d4fb356595b8f7d0af3801c0623e1e (diff) | |
| download | zig-591bbafee37126dab2e035be717bb928c5953155.tar.gz zig-591bbafee37126dab2e035be717bb928c5953155.zip | |
Merge pull request #20049 from ziglang/std.process.Child
std: restructure child process namespace
Diffstat (limited to 'lib/std/std.zig')
| -rw-r--r-- | lib/std/std.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/std/std.zig b/lib/std/std.zig index 1d557e7abd..e33feddbf5 100644 --- a/lib/std/std.zig +++ b/lib/std/std.zig @@ -14,8 +14,6 @@ pub const BoundedArrayAligned = @import("bounded_array.zig").BoundedArrayAligned pub const Build = @import("Build.zig"); pub const BufMap = @import("buf_map.zig").BufMap; pub const BufSet = @import("buf_set.zig").BufSet; -/// Deprecated: use `process.Child`. -pub const ChildProcess = @import("child_process.zig").ChildProcess; pub const StaticStringMap = static_string_map.StaticStringMap; pub const StaticStringMapWithEql = static_string_map.StaticStringMapWithEql; pub const DoublyLinkedList = @import("linked_list.zig").DoublyLinkedList; |
