Skip to content

Commit 91044a6

Browse files
authored
Merge pull request #498 from ArhanChaudhary-forks/revert-trivial-wording
review comment: dropck analysis is *not* trivial
2 parents 60f0b30 + d1c6b95 commit 91044a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dropck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ strictly outlive that value.
213213
The precise rules that govern drop checking may be less restrictive in
214214
the future.
215215

216-
The current analysis is deliberately conservative and trivial; it forces all
216+
The current analysis is deliberately conservative; it forces all
217217
borrowed data in a value to outlive that value, which is certainly sound.
218218

219219
Future versions of the language may make the analysis more precise, to

0 commit comments

Comments
 (0)