Semicolon

This commit is contained in:
james7132 2024-04-01 13:10:03 -07:00
parent 1e37ec35b5
commit 9f8a9a72b2
No known key found for this signature in database
GPG Key ID: BDB0606BDC85825B
1 changed files with 1 additions and 1 deletions

View File

@ -1061,7 +1061,7 @@ fn debug_executor(executor: &Executor<'_>, name: &str, f: &mut fmt::Formatter<'_
}
return f.debug_tuple(name).field(&Uninitialized).finish();
};
}
// SAFETY: If the state pointer is not null, it must have been
// allocated properly by Arc::new and converted via Arc::into_raw