Auto merge of #18640 - emilio:cleanup-as-you-go, r=nox

style: Really minor cleanups.

See commits for details.
This commit is contained in:
bors-servo 2017-09-26 07:53:43 -05:00 committed by GitHub
commit 4450bbdb0c
4 changed files with 122 additions and 97 deletions

View file

@ -499,8 +499,6 @@ impl Stylist {
/// Flush the list of stylesheets if they changed, ensuring the stylist is
/// up-to-date.
///
/// FIXME(emilio): Move the `ua_sheets` to the Stylist too?
pub fn flush<E>(
&mut self,
guards: &StylesheetGuards,