From fca2f48f8666280a163b76d6ee02b7ce4c89ce22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Wed, 23 Aug 2017 14:07:34 +0200 Subject: [PATCH] style: Remove outdated comment. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emilio Cobos Álvarez --- components/style/stylesheet_set.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/style/stylesheet_set.rs b/components/style/stylesheet_set.rs index eb444b556f5..01e8bedc133 100644 --- a/components/style/stylesheet_set.rs +++ b/components/style/stylesheet_set.rs @@ -11,8 +11,7 @@ use shared_lock::SharedRwLockReadGuard; use std::slice; use stylesheets::{Origin, OriginSet, PerOrigin, StylesheetInDocument}; -/// Entry for a StylesheetSet. We don't bother creating a constructor, because -/// there's no sensible defaults for the member variables. +/// Entry for a StylesheetSet. #[cfg_attr(feature = "servo", derive(HeapSizeOf))] struct StylesheetSetEntry where