mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
style: Minor debugging improvements.
These were useful when implementing forwarding, and forgot to send them earlier. Differential Revision: https://phabricator.services.mozilla.com/D53767
This commit is contained in:
parent
a7c50b57a1
commit
d7167cec58
2 changed files with 10 additions and 3 deletions
|
@ -331,7 +331,7 @@ where
|
|||
}
|
||||
|
||||
/// The ShadowRoot trait.
|
||||
pub trait TShadowRoot: Sized + Copy + Clone + PartialEq {
|
||||
pub trait TShadowRoot: Sized + Copy + Clone + Debug + PartialEq {
|
||||
/// The concrete node type.
|
||||
type ConcreteNode: TNode<ConcreteShadowRoot = Self>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue