Update compiler/rustc_error_codes/src/error_codes/E0726.md

Co-authored-by: Michael Goulet <michael@errs.io>
This commit is contained in:
Astroide 2023-05-06 19:39:08 -04:00 committed by GitHub
parent b2acf3ea64
commit d6ef6e0080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ block_on(future);
Specify desired lifetime of parameter `content` or indicate the anonymous
lifetime like `content: Content<'_>`. The anonymous lifetime tells the Rust
compiler that `content` is only needed until the create function is done with
compiler that `content` is only needed until the `create` function is done with
its execution.
The `implicit elision` meaning the omission of suggested lifetime that is