mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Start implementing text in layout 2020
This commit is contained in:
parent
7e143c7a05
commit
b3d30d284e
9 changed files with 210 additions and 21 deletions
|
@ -7,6 +7,7 @@
|
|||
#![allow(unused_imports)]
|
||||
#![allow(unused_variables)]
|
||||
#![deny(unsafe_code)]
|
||||
#![feature(exact_size_is_empty)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate serde;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue