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