Skip to content

Commit 9acec26

Browse files
committed
---
yaml --- r: 3540 b: refs/heads/master c: 021b203 h: refs/heads/master v: v3
1 parent 2815339 commit 9acec26

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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: 22be98264e7af16d1869348e938de5b3bcd401a7
2+
refs/heads/master: 021b203fc6f0c45d73f12da058ffbd227a0de3e0

trunk/src/comp/front/attr.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ fn find_linkage_metas(vec[ast::attribute] attrs) -> vec[@ast::meta_item] {
2828
metas += items;
2929
}
3030
case (_) {
31-
// FIXME: Maybe need a warning that this attr isn't
32-
// being used for linkage
31+
log "ignoring link attribute that has incorrect type";
3332
}
3433
}
3534
}

0 commit comments

Comments
 (0)