mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Say farewell to in-tree HeapSizeOf
This commit is contained in:
parent
9932a5cf82
commit
cb5cd8d881
80 changed files with 245 additions and 733 deletions
|
@ -11,7 +11,7 @@ use std::fmt::{self, Debug, Error, Formatter};
|
|||
use std::ops::{Add, Sub};
|
||||
|
||||
bitflags!(
|
||||
#[derive(RustcEncodable)]
|
||||
#[derive(HeapSizeOf, RustcEncodable)]
|
||||
flags WritingMode: u8 {
|
||||
const FLAG_RTL = 1 << 0,
|
||||
const FLAG_VERTICAL = 1 << 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue