Skip to content

Commit 525b6cb

Browse files
committed
remove stray change
1 parent 800307c commit 525b6cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libstd/rt.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ fn lang_start_internal(main: &(dyn Fn() -> i32 + Sync + crate::panic::RefUnwindS
5959
#[cfg(not(test))]
6060
#[lang = "start"]
6161
fn lang_start<T: crate::process::Termination + 'static>
62-
(main: fn() -> T, argc: isize, argv: *const *const u8) -> isize {
62+
(main: fn() -> T, argc: isize, argv: *const *const u8) -> isize
63+
{
6364
lang_start_internal(&move || main().report(), argc, argv)
6465
}

0 commit comments

Comments
 (0)