Change will to would to discuss what don't occur (#361)

pull/364/head
Arthur Milchior 2 years ago committed by GitHub
parent 20dec1d016
commit eaa3a92cc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,7 +66,7 @@ impl<T> IntoIterator for Vec<T> {
let cap = self.cap; let cap = self.cap;
let len = self.len; let len = self.len;
// Make sure not to drop Vec since that will free the buffer // Make sure not to drop Vec since that would free the buffer
mem::forget(self); mem::forget(self);
unsafe { unsafe {

Loading…
Cancel
Save