Format all the let chains in compiler
This commit is contained in:
@@ -21,7 +21,9 @@ pub fn entry_point_type(
|
||||
} else if attr::contains_name(attrs, sym::rustc_main) {
|
||||
EntryPointType::RustcMainAttr
|
||||
} else {
|
||||
if let Some(name) = name && name == sym::main {
|
||||
if let Some(name) = name
|
||||
&& name == sym::main
|
||||
{
|
||||
if at_root {
|
||||
// This is a top-level function so it can be `main`.
|
||||
EntryPointType::MainNamed
|
||||
|
||||
Reference in New Issue
Block a user