mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Address nit: block.unit()
This commit is contained in:
@@ -282,7 +282,7 @@ pub fn pop_scope(&mut self,
|
||||
self.scope_auxiliary[scope.id.index()]
|
||||
.postdoms
|
||||
.push(self.cfg.current_location(block));
|
||||
block.and(())
|
||||
block.unit()
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user