File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,6 @@ test = true # Is tested by default.
184
184
doctest = true # Documentation examples are tested by default.
185
185
bench = true # Is benchmarked by default.
186
186
doc = true # Is documented by default.
187
- plugin = false # Used as a compiler plugin (deprecated).
188
187
proc-macro = false # Set to `true` for a proc-macro library.
189
188
harness = true # Use libtest harness.
190
189
edition = " 2015" # The edition of the target.
@@ -247,7 +246,7 @@ libraries and binaries.
247
246
248
247
### The ` plugin ` field
249
248
250
- This field is used for ` rustc ` plugins, which are being deprecated .
249
+ This option is deprecated and unused .
251
250
252
251
### The ` proc-macro ` field
253
252
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ Cargo includes the following paths:
299
299
Cargo to properly set the environment if additional libraries on the system
300
300
are needed in the search path.
301
301
* The base output directory, such as ` target/debug ` , and the "deps" directory.
302
- This is mostly for legacy support of ` rustc ` compiler plugins .
302
+ This is mostly for support of proc-macros .
303
303
* The rustc sysroot library path. This generally is not important to most
304
304
users.
305
305
You can’t perform that action at this time.
0 commit comments