mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
This reverts commit 8e15389cae
.
This commit is contained in:
parent
8e15389cae
commit
d6ae8dc112
152 changed files with 4622 additions and 5862 deletions
|
@ -67,8 +67,6 @@ pub struct Dependency {
|
|||
pub parent: Option<Box<Dependency>>,
|
||||
}
|
||||
|
||||
size_of_test!(Dependency, 24);
|
||||
|
||||
/// The kind of elements down the tree this dependency may affect.
|
||||
#[derive(Debug, Eq, PartialEq)]
|
||||
pub enum DependencyInvalidationKind {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue