Skip to content

Commit 42b3fdd

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 5f88ce6 commit 42b3fdd

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
@@ -63,14 +63,6 @@ string_cache_plugin
6363
)
6464
]
6565
#
66-
!
67-
[
68-
plugin
69-
(
70-
mod_path
71-
)
72-
]
73-
#
7466
[
7567
macro_use
7668
]
@@ -166,9 +158,16 @@ pub
166158
mod
167159
values
168160
;
169-
mod_path
170-
!
161+
#
162+
[
163+
macro_use
164+
]
165+
pub
166+
mod
171167
properties
168+
{
169+
include
170+
!
172171
(
173172
concat
174173
!
@@ -189,6 +188,7 @@ rs
189188
)
190189
)
191190
;
191+
}
192192
pub
193193
mod
194194
node

servo/components/style/properties.mako.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
#
2-
!
3-
[
4-
macro_use
5-
]
61
use
72
std
83
:

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)