File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,6 @@ bench = true # Is benchmarked by default.
186
186
doc = true # Is documented by default.
187
187
proc-macro = false # Set to `true` for a proc-macro library.
188
188
harness = true # Use libtest harness.
189
- edition = " 2015" # The edition of the target.
190
189
crate-type = [" lib" ] # The crate types to generate.
191
190
required-features = [] # Features required to build this target (N/A for lib).
192
191
```
@@ -309,9 +308,9 @@ required-features = ["postgres", "tools"]
309
308
310
309
The ` edition ` field defines the [ Rust edition] the target will use. If not
311
310
specified, it defaults to the [ ` edition ` field] [ package-edition ] for the
312
- ` [package] ` . This field should usually not be set, and is only intended for
313
- advanced scenarios such as incrementally transitioning a large package to a
314
- new edition.
311
+ ` [package] ` .
312
+
313
+ > ** Note: ** This field is deprecated and will be removed in a future Edition
315
314
316
315
## Target auto-discovery
317
316
You can’t perform that action at this time.
0 commit comments