We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8903de commit f77fa72Copy full SHA for f77fa72
src/editions/advanced-migrations.md
@@ -425,14 +425,14 @@ Rust 2018 では、外部クレートを使うのに[`extern crate` は必要あ
425
> * [`explicit-outlives-requirements`]
426
> * Edition 2021 にイディオムリントはありません。
427
>
428
-> 以下の手順は、コンパイラや Cargo の多少のバグを厭わない恐れ知らずだけにしかお勧めできません!
+> 以下の手順は、コンパイラや Cargo の多少のバグを厭わない恐れ知らずだけにしかお勧めできません!
429
> 不都合が発生する場合は、[前述](#partial-migration-with-broken-code)の `--broken-code` オプションを使ってツールにやれるだけのことをさせ、残った問題を自分の手で解決してもよいでしょう。
430
431
<!--
432
With that out of the way, we can instruct Cargo to fix our code snippet with:
433
-->
434
435
-それはそうと、先程の短いコードを Cargo に直してもらうにはこうすればよいです:
+ともあれ、先程の短いコードを Cargo に直してもらうにはこうすればよいです:
436
437
```console
438
cargo fix --edition-idioms
0 commit comments