Skip to content

Commit 05f2aca

Browse files
committed
servo: Merge #6159 - Remove usage of the mod_path compiler plugin (from SimonSapin:no_mod_path); r=Manishearth
rust-lang/rust#20179 makes its use case much weaker. r? Manishearth Source-Repo: https://github.com/servo/servo Source-Revision: e04d9c32a98ff4673f413ed17f66e7466e2ff974 UltraBlame original commit: 81933413281cee300e35174beae0d9bf87083c71
1 parent de27c1b commit 05f2aca

File tree

6 files changed

+10
-235
lines changed

6 files changed

+10
-235
lines changed

servo/components/servo/Cargo.lock

Lines changed: 0 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

servo/components/style/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,6 @@ url
196196
.
197197
16
198198
"
199-
mod_path
200-
=
201-
"
202-
0
203-
.
204-
1
205-
"
206199
bitflags
207200
=
208201
"

servo/components/style/lib.rs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,6 @@ string_cache_plugin
121121
)
122122
]
123123
#
124-
!
125-
[
126-
plugin
127-
(
128-
mod_path
129-
)
130-
]
131-
#
132124
[
133125
macro_use
134126
]
@@ -239,9 +231,16 @@ by
239231
build
240232
.
241233
rs
242-
mod_path
243-
!
234+
#
235+
[
236+
macro_use
237+
]
238+
pub
239+
mod
244240
properties
241+
{
242+
include
243+
!
245244
(
246245
concat
247246
!
@@ -262,6 +261,7 @@ rs
262261
)
263262
)
264263
;
264+
}
265265
pub
266266
mod
267267
node

servo/components/style/properties.mako.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ makotemplates
7575
.
7676
org
7777
/
78-
#
79-
!
80-
[
81-
macro_use
82-
]
8378
use
8479
std
8580
:

servo/ports/cef/Cargo.lock

Lines changed: 0 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

servo/ports/gonk/Cargo.lock

Lines changed: 0 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)