Remove an obsolete comment

This commit is contained in:
Anthony Ramine 2020-03-31 15:23:06 +02:00
parent 6fe294fa5b
commit fb1ff3f097

View file

@ -255,7 +255,6 @@ impl<'dom> AttrHelpersForLayout<'dom> for LayoutDom<'dom, Attr> {
#[inline]
fn as_tokens(self) -> Option<&'dom [Atom]> {
// This transmute is used to cheat the lifetime restriction.
match *self.value() {
AttrValue::TokenList(_, ref tokens) => Some(tokens),
_ => None,