We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55de6fa + b825a46 commit 5d7bec0Copy full SHA for 5d7bec0
src/dropck.md
@@ -318,7 +318,7 @@ directly within it.
318
319
In all of the above cases where the `&'a u8` is accessed in the
320
destructor, adding the `#[may_dangle]`
321
-attribute makes the type vulnerable to misuse that the borrower
+attribute makes the type vulnerable to misuse that the borrow
322
checker will not catch, inviting havoc. It is better to avoid adding
323
the attribute.
324
0 commit comments