Skip to content

Commit 0ac75f8

Browse files
Remove resolved FIXME
1 parent 83a2725 commit 0ac75f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/hir_def/src/attr.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ impl Attrs {
258258
}
259259

260260
pub fn cfg(&self) -> Option<CfgExpr> {
261-
// FIXME: handle cfg_attr :-)
262261
let mut cfgs = self.by_key("cfg").tt_values().map(CfgExpr::parse).collect::<Vec<_>>();
263262
match cfgs.len() {
264263
0 => None,

0 commit comments

Comments
 (0)