Skip to content

Commit

Permalink
Merge pull request rust-lang#1974 from hamirmahal/refactor/remove-ref…
Browse files Browse the repository at this point in the history
…erent-for-readability

refactor: remove `referent` to improve readability
  • Loading branch information
mo8it authored May 12, 2024
2 parents c2414b8 + 01a7853 commit c7a18b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ path = "exercises/06_move_semantics/move_semantics5.rs"
mode = "test"
hint = """
Carefully reason about the range in which each mutable reference is in
scope. Does it help to update the value of referent (`x`) immediately after
scope. Does it help to update the value of `x` immediately after
the mutable reference is taken? Read more about 'Mutable References'
in the book's section 'References and Borrowing':
https://doc.rust-lang.org/book/ch04-02-references-and-borrowing.html#mutable-references.
Expand Down

0 comments on commit c7a18b0

Please sign in to comment.