mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
style: Miscellaneous Servo build fixes.
This commit is contained in:
parent
18cda1567a
commit
e227715aee
12 changed files with 59 additions and 10 deletions
|
@ -1718,6 +1718,7 @@ impl Clone for StrongRuleNode {
|
|||
}
|
||||
|
||||
impl Drop for StrongRuleNode {
|
||||
#[cfg_attr(feature = "servo", allow(unused_mut))]
|
||||
fn drop(&mut self) {
|
||||
let node = unsafe { &*self.ptr() };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue