mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove unnecessary path attributes from gfx/lib.rs.
This commit is contained in:
parent
e551ea7322
commit
c90a1b9b1c
1 changed files with 0 additions and 3 deletions
|
@ -87,7 +87,6 @@ mod filters;
|
|||
mod paint_context;
|
||||
|
||||
#[deny(unsafe_code)]
|
||||
#[path = "display_list/mod.rs"]
|
||||
pub mod display_list;
|
||||
|
||||
// Fonts
|
||||
|
@ -99,9 +98,7 @@ pub mod font_template;
|
|||
pub mod paint_thread;
|
||||
|
||||
// Platform-specific implementations.
|
||||
#[path = "platform/mod.rs"]
|
||||
pub mod platform;
|
||||
|
||||
// Text
|
||||
#[path = "text/mod.rs"]
|
||||
pub mod text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue