mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Format remaining files
This commit is contained in:
parent
bf47f90da6
commit
cb07debcb6
252 changed files with 5944 additions and 3744 deletions
|
@ -2,19 +2,29 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#[cfg(test)] extern crate euclid;
|
||||
#[cfg(test)] extern crate keyboard_types;
|
||||
#[cfg(test)] extern crate script;
|
||||
#[cfg(test)] extern crate servo_url;
|
||||
|
||||
#[cfg(test)] mod origin;
|
||||
#[cfg(all(test, target_pointer_width = "64"))] mod size_of;
|
||||
#[cfg(test)] mod textinput;
|
||||
#[cfg(test)] mod headers;
|
||||
#[cfg(test)] mod htmlareaelement;
|
||||
#[cfg(test)] mod htmlimageelement;
|
||||
#[cfg(test)] mod timeranges;
|
||||
#[cfg(test)]
|
||||
extern crate euclid;
|
||||
#[cfg(test)]
|
||||
extern crate keyboard_types;
|
||||
#[cfg(test)]
|
||||
extern crate script;
|
||||
#[cfg(test)]
|
||||
extern crate servo_url;
|
||||
|
||||
#[cfg(test)]
|
||||
mod headers;
|
||||
#[cfg(test)]
|
||||
mod htmlareaelement;
|
||||
#[cfg(test)]
|
||||
mod htmlimageelement;
|
||||
#[cfg(test)]
|
||||
mod origin;
|
||||
#[cfg(all(test, target_pointer_width = "64"))]
|
||||
mod size_of;
|
||||
#[cfg(test)]
|
||||
mod textinput;
|
||||
#[cfg(test)]
|
||||
mod timeranges;
|
||||
|
||||
/**
|
||||
```compile_fail,E0277
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue