Skip to content

Commit d813c58

Browse files
committed
Delete the plugin-related text in the cargo-target document.
1 parent 628a1f1 commit d813c58

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/doc/src/reference/cargo-targets.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ test = true # Is tested by default.
184184
doctest = true # Documentation examples are tested by default.
185185
bench = true # Is benchmarked by default.
186186
doc = true # Is documented by default.
187-
plugin = false # This option is deprecated and unused.
188187
proc-macro = false # Set to `true` for a proc-macro library.
189188
harness = true # Use libtest harness.
190189
edition = "2015" # The edition of the target.
@@ -245,10 +244,6 @@ libraries and binaries.
245244
> **Note**: The binary will be skipped if its name is the same as the lib
246245
> target.
247246
248-
### The `plugin` field
249-
250-
This field is used for `rustc` plugins, which are being deprecated.
251-
252247
### The `proc-macro` field
253248

254249
The `proc-macro` field indicates that the library is a [procedural macro]

0 commit comments

Comments
 (0)