aboutsummaryrefslogtreecommitdiff
path: root/syntax/attrs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/attrs.rs')
-rw-r--r--syntax/attrs.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/syntax/attrs.rs b/syntax/attrs.rs
index 61a7e8f4..552f4d00 100644
--- a/syntax/attrs.rs
+++ b/syntax/attrs.rs
@@ -132,7 +132,6 @@ pub fn parse(cx: &mut Errors, attrs: Vec<Attribute>, mut parser: Parser) -> Othe
Ok(cfg_expr) => {
if let Some(cfg) = &mut parser.cfg {
cfg.merge(cfg_expr);
- cx.error(&attr, "support for cfg attribute is not implemented yet");
passthrough_attrs.push(attr);
continue;
}