mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-09 11:06:18 +02:00
* Update lifetimes-function-calls.md I am trying to describe the problem lifetimes solve. It may seem they are complex and useless, but the paragraph starts from the problem Rust cannot solve on it's own (yet). Then the paragraph illustrates the problem represented in the code and how lifetimes solve it. * Update lifetimes-function-calls.md Moving the generic explanation of why lifetimes are important to the speaker notes. * Make language more direct Co-authored-by: Martin Geisler <martin@geisler.net>