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 @@ -57,7 +57,7 @@ impl Foo for &str {
57
57
<!-- some point, there are some bugs to fix first) user-defined custom smart -->
58
58
<!-- pointers, can use this `impl`. -->
59
59
このように書いたとすると、このコードは [ 参照] [ ref ] に対してのみ動作するようになり、他のポインタ型に対しては動作しないことになります。
60
- ` imp for str` のように書くことで、すべてのポインタ、ユーザーの定義した独自のスマートポインタ(いくつかの点についてバグがあるので、それを先ずは直さなくてはなりませんが)もこの ` impl ` を利用可能になります。
60
+ ` impl for str` のように書くことで、すべてのポインタ、ユーザーの定義した独自のスマートポインタ(いくつかの点についてバグがあるので、それを先ずは直さなくてはなりませんが)もこの ` impl ` を利用可能になります。
61
61
62
62
[ ref ] : references-and-borrowing.html
63
63
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ impl Foo for &str {
59
59
<!-- some point, there are some bugs to fix first) user-defined custom smart -->
60
60
<!-- pointers, can use this `impl`. -->
61
61
このように書いたとすると、このコードは [ 参照] [ ref ] に対してのみ動作するようになり、他のポインタ型に対しては動作しないことになります。
62
- ` imp for str` のように書くことで、すべてのポインタ、ユーザーの定義した独自のスマートポインタ(いくつかの点についてバグがあるので、それをまずは直さなくてはなりませんが)もこの ` impl ` を利用可能になります。
62
+ ` impl for str` のように書くことで、すべてのポインタ、ユーザーの定義した独自のスマートポインタ(いくつかの点についてバグがあるので、それをまずは直さなくてはなりませんが)もこの ` impl ` を利用可能になります。
63
63
64
64
[ ref ] : references-and-borrowing.html
65
65
You can’t perform that action at this time.
0 commit comments