File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
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 # This option is deprecated and unused.
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.
@@ -245,10 +244,6 @@ libraries and binaries.
245
244
> ** Note** : The binary will be skipped if its name is the same as the lib
246
245
> target.
247
246
248
- ### The ` plugin ` field
249
-
250
- This field is used for ` rustc ` plugins, which are being deprecated.
251
-
252
247
### The ` proc-macro ` field
253
248
254
249
The ` proc-macro ` field indicates that the library is a [ procedural macro]
You can’t perform that action at this time.
0 commit comments