Fix typo saeled -> sealed
This commit is contained in:
parent
f3e7199a79
commit
efddf5949f
@ -172,7 +172,7 @@ fn arg0<S>(&mut self, arg: S) -> &mut process::Command
|
|||||||
|
|
||||||
/// Unix-specific extensions to [`process::ExitStatus`].
|
/// Unix-specific extensions to [`process::ExitStatus`].
|
||||||
///
|
///
|
||||||
/// This trait is saeled (since Rust 1.51): it cannot be implemented outside the standard library.
|
/// This trait is sealed: it cannot be implemented outside the standard library.
|
||||||
/// This is so that future additional methods are not breaking changes.
|
/// This is so that future additional methods are not breaking changes.
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
pub trait ExitStatusExt: private::Sealed {
|
pub trait ExitStatusExt: private::Sealed {
|
||||||
|
@ -82,7 +82,7 @@ fn into_raw_handle(self) -> RawHandle {
|
|||||||
|
|
||||||
/// Windows-specific extensions to [`process::ExitStatus`].
|
/// Windows-specific extensions to [`process::ExitStatus`].
|
||||||
///
|
///
|
||||||
/// This trait is saeled (since Rust 1.51): it cannot be implemented outside the standard library.
|
/// This trait is sealed: it cannot be implemented outside the standard library.
|
||||||
/// This is so that future additional methods are not breaking changes.
|
/// This is so that future additional methods are not breaking changes.
|
||||||
#[stable(feature = "exit_status_from", since = "1.12.0")]
|
#[stable(feature = "exit_status_from", since = "1.12.0")]
|
||||||
pub trait ExitStatusExt: private::Sealed {
|
pub trait ExitStatusExt: private::Sealed {
|
||||||
|
Loading…
Reference in New Issue
Block a user