Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 682516
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +3 lines)
Line  Link Here
0
-- a/servo/components/style_traits/lib.rs
0
++ b/servo/components/style_traits/lib.rs
Lines 9-15 Link Here
9
#![crate_name = "style_traits"]
9
#![crate_name = "style_traits"]
10
#![crate_type = "rlib"]
10
#![crate_type = "rlib"]
11
11
12
#![deny(unsafe_code, missing_docs)]
12
#![deny(unsafe_code)]
13
13
14
extern crate app_units;
14
extern crate app_units;
15
#[macro_use] extern crate bitflags;
15
#[macro_use] extern crate bitflags;
16
-- a/servo/components/style/lib.rs
16
++ b/servo/components/style/lib.rs
Lines 23-29 Link Here
23
//! [cssparser]: ../cssparser/index.html
23
//! [cssparser]: ../cssparser/index.html
24
//! [selectors]: ../selectors/index.html
24
//! [selectors]: ../selectors/index.html
25
25
26
#![deny(missing_docs)]
27
26
28
extern crate app_units;
27
extern crate app_units;
29
extern crate arrayvec;
28
extern crate arrayvec;

Return to bug 682516