Convert alt to match. Stop parsing alt
This commit is contained in:
parent
d3a9bb1bd4
commit
ecaf9e39c9
359 changed files with 2938 additions and 2915 deletions
|
@ -193,7 +193,7 @@ enum vstore {
|
|||
}
|
||||
|
||||
pure fn is_blockish(p: ast::proto) -> bool {
|
||||
alt p {
|
||||
match p {
|
||||
proto_block => true,
|
||||
proto_bare | proto_uniq | proto_box => false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue