File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ impl CommandExt for process::Command {
172
172
173
173
/// Unix-specific extensions to [`process::ExitStatus`].
174
174
///
175
- /// This trait is saeled (since Rust 1.51) : it cannot be implemented outside the standard library.
175
+ /// This trait is sealed : it cannot be implemented outside the standard library.
176
176
/// This is so that future additional methods are not breaking changes.
177
177
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
178
178
pub trait ExitStatusExt : private:: Sealed {
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ impl IntoRawHandle for process::ChildStderr {
82
82
83
83
/// Windows-specific extensions to [`process::ExitStatus`].
84
84
///
85
- /// This trait is saeled (since Rust 1.51) : it cannot be implemented outside the standard library.
85
+ /// This trait is sealed : it cannot be implemented outside the standard library.
86
86
/// This is so that future additional methods are not breaking changes.
87
87
#[ stable( feature = "exit_status_from" , since = "1.12.0" ) ]
88
88
pub trait ExitStatusExt : private:: Sealed {
You can’t perform that action at this time.
0 commit comments