File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 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.
186186doc = true # Is documented by default.
187187proc-macro = false # Set to `true` for a proc-macro library.
188188harness = true # Use libtest harness.
189- edition = " 2015" # The edition of the target.
190189crate-type = [" lib" ] # The crate types to generate.
191190required-features = [] # Features required to build this target (N/A for lib).
192191```
@@ -309,9 +308,9 @@ required-features = ["postgres", "tools"]
309308
310309The ` edition ` field defines the [ Rust edition] the target will use. If not
311310specified, 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
315314
316315## Target auto-discovery
317316
You can’t perform that action at this time.
0 commit comments