mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 13:32:23 -05:00
commit
8c5d091513
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ starting and ending (plus one) indices of the items in the `Array` that you
|
|||
want to end up in the slice.
|
||||
|
||||
If you're curious why the first argument of `assert_eq!` does not have an
|
||||
ampersand for a reference since the second argument is areference, take a look
|
||||
ampersand for a reference since the second argument is a reference, take a look
|
||||
at the coercion chapter of the nomicon:
|
||||
https://doc.rust-lang.org/nomicon/coercions.html"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue