Skip to content

Commit 161b01a

Browse files
committed
fix the lint problem
Signed-off-by: ZHANGWENTAI <[email protected]>
1 parent 6e971a8 commit 161b01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2032,7 +2032,7 @@ pub fn id() -> u32 {
20322032
/// a successful execution. In case of a failure, `libc::EXIT_FAILURE` is returned.
20332033
///
20342034
/// For the reason that different runtimes have diffrent specificatons on the
2035-
/// return value of the `main` function, this trait is likely to be available
2035+
/// return value of the `main` function, this trait is likely to be available
20362036
/// only on standard library's runtime for type convenience.
20372037
#[cfg_attr(not(test), lang = "termination")]
20382038
#[unstable(feature = "termination_trait_lib", issue = "43301")]

0 commit comments

Comments
 (0)