This commit is contained in:
Manish Goregaokar 2017-07-17 18:45:19 -07:00
parent c33fa3effa
commit 8eafe6a3b7
6 changed files with 17 additions and 17 deletions

View file

@ -168,7 +168,7 @@ impl PseudoElement {
}
/// Stub, only Gecko needs this
pub fn pseudo_info(&self) -> () { () }
pub fn pseudo_info(&self) { () }
}
/// The type used for storing pseudo-class string arguments.