We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e2542 commit 8f9f8e5Copy full SHA for 8f9f8e5
src/dropck.md
@@ -161,7 +161,8 @@ live as long as it does actually were destroyed first.
161
-->
162
163
Drop トレイトを実装することで、 Inspector が破棄される際に任意のコードを実行するようにできます。
164
-これは、 Inspector と同じだけ生きる型が、実際には先に破棄されると潜在的に認識できます。
+これは、 Inspector と同じだけ生きる型が、実際にはそれより先に破棄されると Inspector が
165
+潜在的に認識できることを意味します。
166
167
<!--
168
Interestingly, only generic types need to worry about this. If they aren't
0 commit comments