File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Rustのリリースには以下の3つのチャネルがあります。
44
44
しかしRustに特に関心のある方は、代わりにnightlyを選んでも構いません。基本的な交換条件は次の通りです。nightlyチャネルを選ぶと不安定で新しいフィーチャを使うことができます。しかし、不安定なフィーチャは変更されやすく、新しいnightlyリリースでソースコードが動かなくなってしまうかもしれません。stableリリースを使えば、実験的なフィーチャを使うことはできませんが、Rustのバージョンが上がっても破壊的な変更によるトラブルは起きないでしょう。
45
45
46
46
<!-- # Helping the ecosystem through CI -->
47
- # CIのためのエコシステム
47
+ # CIによるエコシステム支援
48
48
49
49
<!-- What about beta? We encourage all Rust users who use the stable release channel -->
50
50
<!-- to also test against the beta channel in their continuous integration systems. -->
@@ -53,7 +53,7 @@ betaとはどういうチャネルでしょうか?stableリリースチャネ
53
53
54
54
<!-- Additionally, testing against nightly can catch regressions even sooner, and so -->
55
55
<!-- if you don’t mind a third build, we’d appreciate testing against all channels. -->
56
- さらに、nightlyに対してもテストすることでより早くリグレッションを捉えることができます。この第3のビルドについて関心がない方がいるかもしれませんが、我々は全てのチャネルに対してテストすることを高く評価しています 。
56
+ さらに、nightlyに対してもテストすることでより早くリグレッションを捉えることができます。この第3のビルドについて関心がない方がいるかもしれませんが、我々は全てのチャネルに対してテストすることが有用であると考えています 。
57
57
58
58
<!-- As an example, many Rust programmers use [Travis](https://travis-ci.org/) to -->
59
59
<!-- test their crates, which is free for open source projects. Travis [supports -->
You can’t perform that action at this time.
0 commit comments