Skip to content

Commit 3157465

Browse files
committed
docs(resolver): Simplify package.resolver default text
1 parent 0ba1240 commit 3157465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/resolver.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ name = "my-package"
503503
version = "1.0.0"
504504
resolver = "2"
505505
```
506-
- `"1"` (workspace, [`edition = "2015"`](manifest.md#the-edition-field) default)
506+
- `"1"` (default)
507507
- `"2"` ([`edition = "2021"`](manifest.md#the-edition-field) default): Introduces changes in [feature
508508
unification](#features). See the [features chapter][features-2] for more
509509
details.

0 commit comments

Comments
 (0)