Skip to content

Commit f966112

Browse files
Minor formatting consistency fix.
1 parent e5bf042 commit f966112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ pub fn id() -> u32 {
14441444
#[unstable(feature = "termination_trait_lib", issue = "43301")]
14451445
#[rustc_on_unimplemented(
14461446
message="`main` has invalid return type `{Self}`",
1447-
label="`main` can only return types that implement {Termination}")]
1447+
label="`main` can only return types that implement `{Termination}`")]
14481448
pub trait Termination {
14491449
/// Is called to get the representation of the value as status code.
14501450
/// This status code is returned to the operating system.

0 commit comments

Comments
 (0)