From c90a1b9b1c44dbf3d3f9dde7e99f4fccfe598542 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 18 Mar 2016 14:42:16 +0100 Subject: [PATCH] Remove unnecessary path attributes from gfx/lib.rs. --- components/gfx/lib.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index 74db34a03d3..ccc1f871364 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -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;