File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Rustはそれらの目標をたくさんの「ゼロコスト抽象化」を通
67
67
<!-- [Variable bindings][bindings] have a property in Rust: they ‘have ownership’ -->
68
68
<!-- of what they’re bound to. This means that when a binding goes out of scope, -->
69
69
<!-- Rust will free the bound resources. For example: -->
70
- Rustの [ 変数束縛] [ bindings ] は 、束縛されているものの「所有権を持つ」という特性を持ちます 。
70
+ Rustでは [ 変数束縛] [ bindings ] はある特性を持ちます。それは 、束縛されているものの「所有権を持つ」ということです 。
71
71
これは束縛がスコープから外れるとき、Rustは束縛されているリソースを解放するだろうということを意味します。
72
72
例えばこうです。
73
73
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Rustはそれらの目標をたくさんの「ゼロコスト抽象化」を通
67
67
<!-- [Variable bindings][bindings] have a property in Rust: they ‘have ownership’ -->
68
68
<!-- of what they’re bound to. This means that when a binding goes out of scope, -->
69
69
<!-- Rust will free the bound resources. For example: -->
70
- Rustの [ 変数束縛] [ bindings ] は 、束縛されているものの「所有権を持つ」という特性を持ちます 。
70
+ Rustでは [ 変数束縛] [ bindings ] はある特性を持ちます。それは 、束縛されているものの「所有権を持つ」ということです 。
71
71
これは束縛がスコープから外れるとき、Rustは束縛されているリソースを解放するだろうということを意味します。
72
72
例えばこうです。
73
73
You can’t perform that action at this time.
0 commit comments