Switch alts to use arrows
This commit is contained in:
parent
c9d2769379
commit
025d86624d
329 changed files with 8095 additions and 8423 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue