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 @@ -46,7 +46,7 @@ Rustのサポートレベルは3階級に分かれていて、それぞれ違う
46
46
47
47
<!-- Tier 1 platforms can be thought of as "guaranteed to build and work". -->
48
48
<!-- Specifically they will each satisfy the following requirements: -->
49
- 1級のプラットフォームは「ビルド出来かつ動くことを保証する」ものと思えます 。
49
+ 1級のプラットフォームは「ビルド出来かつ動くことを保証する」ものとされています 。
50
50
特に以下の要求それぞれを満たします。
51
51
52
52
<!-- * Automated testing is set up to run tests for the platform. -->
@@ -76,7 +76,7 @@ Rustのサポートレベルは3階級に分かれていて、それぞれ違う
76
76
<!-- are not run so it's not guaranteed to produce a working build, but platforms -->
77
77
<!-- often work to quite a good degree and patches are always welcome! Specifically, -->
78
78
<!-- these platforms are required to have each of the following: -->
79
- 2級のプラットフォームは「ビルドを保証する」ものと思えます 。
79
+ 2級のプラットフォームは「ビルドを保証する」ものとされています 。
80
80
自動テストは走っておらず、ビルド出来たとしてもちゃんと動く保証はありませんが大抵ほぼ動きますしパッチはいつでも歓迎しています!
81
81
特に、以下が要請されています。
82
82
You can’t perform that action at this time.
0 commit comments