Skip to content

Commit 45d9cba

Browse files
committed
---
yaml --- r: 5885 b: refs/heads/master c: 5c38f7d h: refs/heads/master i: 5883: 6627dab v: v3
1 parent 4d2c905 commit 45d9cba

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 9efdd0f3262ee30e614c14577dcc979a9ad68036
2+
refs/heads/master: 5c38f7dfd7ccf2e57913500f8a7548b2b8de1932

trunk/src/comp/syntax/parse/parser.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2139,9 +2139,6 @@ fn parse_fn_item_proto(p: parser) -> ast::proto {
21392139
if p.peek() == token::POUND {
21402140
p.bump();
21412141
ast::proto_bare
2142-
} else if p.peek() == token::AT {
2143-
p.bump();
2144-
ast::proto_shared(ast::sugar_normal)
21452142
} else {
21462143
ast::proto_bare
21472144
}

0 commit comments

Comments
 (0)