mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 11:58:12 +00:00
Improve doc example of DerefMut It is more illustrative, after using `*x` to modify the field, to show in the assertion that the field has indeed been modified.