Skip to content

Commit

Permalink
Fix build without default features.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Nov 15, 2023
1 parent 97737a1 commit ce1d004
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ struct TempAttributeData<'input> {
prefix: &'input str,
local: &'input str,
value: StringStorage<'input>,
#[cfg(feature = "positions")]
pos: usize,
}

Expand Down Expand Up @@ -725,7 +724,6 @@ fn process_attribute<'input>(
prefix,
local,
value,
#[cfg(feature = "positions")]
pos: attr_pos,
});
}
Expand Down

0 comments on commit ce1d004

Please sign in to comment.