mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Remove resolved FIXME
This commit is contained in:
parent
83a2725828
commit
0ac75f8982
1 changed files with 0 additions and 1 deletions
|
@ -258,7 +258,6 @@ impl Attrs {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn cfg(&self) -> Option<CfgExpr> {
|
pub fn cfg(&self) -> Option<CfgExpr> {
|
||||||
// FIXME: handle cfg_attr :-)
|
|
||||||
let mut cfgs = self.by_key("cfg").tt_values().map(CfgExpr::parse).collect::<Vec<_>>();
|
let mut cfgs = self.by_key("cfg").tt_values().map(CfgExpr::parse).collect::<Vec<_>>();
|
||||||
match cfgs.len() {
|
match cfgs.len() {
|
||||||
0 => None,
|
0 => None,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue