File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ your `Cargo.toml` and then rerun this command. Once all warnings have been fixed
174
174
then you can re-enable the `edition` key in `Cargo.toml`. For some more
175
175
information about transitioning to the {0} edition see:
176
176
177
- https://rust-lang-nursery.github.io /edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html
177
+ https://doc. rust-lang.org /edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html
178
178
" ,
179
179
edition,
180
180
file,
@@ -200,7 +200,7 @@ consider migrating to the {0} edition by adding `edition = '{0}'` to
200
200
`Cargo.toml` and then rerunning this command; a more detailed transition
201
201
guide can be found at
202
202
203
- https://rust-lang-nursery.github.io /edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html
203
+ https://doc. rust-lang.org /edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html
204
204
" ,
205
205
idioms,
206
206
file,
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ manifest is located.
172
172
[ cargo-unstable ] : https://doc.rust-lang.org/nightly/cargo/reference/unstable.html
173
173
[ config option ] : reference/config.html
174
174
[ directory layout ] : reference/manifest.html#the-project-layout
175
- [ edition guide ] : https://rust-lang-nursery.github.io /edition-guide/
175
+ [ edition guide ] : https://doc. rust-lang.org /edition-guide/
176
176
[ edition-field ] : reference/manifest.html#the-edition-field-optional
177
177
[ environment variable ] : reference/environment-variables.html
178
178
[ feature ] : reference/manifest.html#the-features-section
You can’t perform that action at this time.
0 commit comments