Skip to content

Commit d938e3a

Browse files
authored
Merge pull request #171 from tatsuya6502/effective-rust-1.9
5. Effective Rust (1.9)
2 parents 3e5374d + 3532e2b commit d938e3a

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

1.9/ja/book/effective-rust.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33

44
<!-- So you’ve learned how to write some Rust code. But there’s a difference between -->
55
<!-- writing *any* Rust code and writing *good* Rust code. -->
6-
これまでRustコードの書き方について学んできましたが、 *とりあえず* Rustのコードが書けるということと *良い* Rustのコードが書けるということの間には違いが有ります
6+
これまでRustコードの書き方について学んできましたが、 *とりあえず* Rustのコードが書けるということと *良い* Rustのコードが書けるということの間には違いがあります
77

8-
9-
<!-- This section consists of relatively independent tutorials which show you how to -->
8+
<!-- This chapter consists of relatively independent tutorials which show you how to -->
109
<!-- take your Rust to the next level. Common patterns and standard library features -->
1110
<!-- will be introduced. Read these sections in any order of your choosing. -->
12-
このセクションは比較的独立したチュートリアルから構成されており、あなたのRustのコードをより良くするための方法が説明されています。
11+
この章は比較的独立したチュートリアルから構成されており、あなたのRustのコードをより良くするための方法が説明されています。
1312
頻出するパターンや標準ライブラリの機能が紹介されています。
1413
あなたの選んだ任意の順序でこれらのセクションをお読みください。

diff-1.6.0..1.9.0/src/doc/book/effective-rust.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)