diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2018-02-22 17:36:55 -0500 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2018-02-22 17:57:08 -0500 |
| commit | 5f1e78f19ad40c6265a200b41c772c321b8b08cd (patch) | |
| tree | cfa88d292f71b6252f9864b4ff731bcb71424e23 /src/libstd/lib.rs | |
| parent | e446f706a89e3d5c26c01318bd70904d492ab8b2 (diff) | |
| download | rust-5f1e78f19ad40c6265a200b41c772c321b8b08cd.tar.gz rust-5f1e78f19ad40c6265a200b41c772c321b8b08cd.zip | |
move Termination trait to std::process
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index b247d121648..bdda7416336 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -502,10 +502,6 @@ mod memchr; // compiler pub mod rt; -// The trait to support returning arbitrary types in the main function -#[unstable(feature = "termination_trait", issue = "43301")] -pub mod termination; - // Include a number of private modules that exist solely to provide // the rustdoc documentation for primitive types. Using `include!` // because rustdoc only looks for these modules at the crate level. |
