Address nit: block.unit()

This commit is contained in:
Niko Matsakis
2016-03-23 04:25:09 -04:00
parent c1a53a60e7
commit b3d2059b08
+1 -1
View File
@@ -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()
}