Switch alts to use arrows

This commit is contained in:
Brian Anderson 2012-08-03 19:59:04 -07:00
parent c9d2769379
commit 025d86624d
329 changed files with 8095 additions and 8423 deletions

View file

@ -194,8 +194,8 @@ enum vstore {
pure fn is_blockish(p: ast::proto) -> bool {
alt p {
proto_block { true }
proto_bare | proto_uniq | proto_box { false }
proto_block => true,
proto_bare | proto_uniq | proto_box => false
}
}