mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
style: Fix servo build, and appease tidy / fmt.
This commit is contained in:
parent
8c004c0858
commit
49842f5031
23 changed files with 165 additions and 53 deletions
|
@ -1192,7 +1192,7 @@ macro_rules! impl_variant_east_asian {
|
|||
)+
|
||||
} => {
|
||||
bitflags! {
|
||||
#[derive(MallocSizeOf, ToShmem, ToResolvedValue)]
|
||||
#[derive(MallocSizeOf, ToResolvedValue, ToShmem)]
|
||||
/// Vairants for east asian variant
|
||||
pub struct VariantEastAsian: u16 {
|
||||
/// None of the features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue