Skip to content

Commit

Permalink
Delete the plugin-related text in the cargo-target document.
Browse files Browse the repository at this point in the history
  • Loading branch information
heisen-li committed May 16, 2024
1 parent 628a1f1 commit d813c58
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/doc/src/reference/cargo-targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ test = true # Is tested by default.
doctest = true # Documentation examples are tested by default.
bench = true # Is benchmarked by default.
doc = true # Is documented by default.
plugin = false # This option is deprecated and unused.
proc-macro = false # Set to `true` for a proc-macro library.
harness = true # Use libtest harness.
edition = "2015" # The edition of the target.
Expand Down Expand Up @@ -245,10 +244,6 @@ libraries and binaries.
> **Note**: The binary will be skipped if its name is the same as the lib
> target.
### The `plugin` field

This field is used for `rustc` plugins, which are being deprecated.

### The `proc-macro` field

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

0 comments on commit d813c58

Please sign in to comment.