mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Remove some type aliases that are now just re-exports.
This commit is contained in:
parent
5c70dfab01
commit
6d0e48f6cc
40 changed files with 50 additions and 83 deletions
|
@ -29,7 +29,7 @@ mod viewport;
|
|||
|
||||
mod writing_modes {
|
||||
use style::logical_geometry::WritingMode;
|
||||
use style::properties::{INITIAL_SERVO_VALUES, ComputedValues, get_writing_mode};
|
||||
use style::properties::{INITIAL_SERVO_VALUES, get_writing_mode};
|
||||
|
||||
#[test]
|
||||
fn initial_writing_mode_is_empty() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue