File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1006,7 +1006,7 @@ impl<'cfg> Workspace<'cfg> {
1006
1006
self . config . shell ( ) . warn (
1007
1007
format_args ! ( "\
1008
1008
some crates are on edition {edition} which defaults to `resolver = \" {resolver}\" `,\n \
1009
- \x20 but a virtual workspace defaults to `resolver = \" 1\" `\n \
1009
+ \x20 but virtual workspaces default to `resolver = \" 1\" `\n \
1010
1010
\x20 specify the desired resolver version explicitly in the workspace root's manifest\
1011
1011
",
1012
1012
) ) ?;
Original file line number Diff line number Diff line change @@ -1432,7 +1432,7 @@ fn edition_2021_workspace_member() {
1432
1432
. with_stderr (
1433
1433
"\
1434
1434
warning: some crates are on edition 2021 which defaults to `resolver = \" 2\" `,
1435
- but a virtual workspace defaults to `resolver = \" 1\" `
1435
+ but virtual workspaces default to `resolver = \" 1\" `
1436
1436
specify the desired resolver version explicitly in the workspace root's manifest
1437
1437
[CHECKING] a v0.1.0 [..]
1438
1438
[FINISHED] [..]
You can’t perform that action at this time.
0 commit comments