mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
style: Remove outdated comment.
Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
This commit is contained in:
parent
3fd8a534d7
commit
fca2f48f86
1 changed files with 1 additions and 2 deletions
|
@ -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<S>
|
||||
where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue