We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09f684 commit 4c5189dCopy full SHA for 4c5189d
info.toml
@@ -152,8 +152,8 @@ https://doc.rust-lang.org/book/ch04-03-slices.html
152
and use the starting and ending indices of the items in the Array
153
that you want to end up in the slice.
154
155
-If you're curious why the right hand of the `==` comparison does not
156
-have an ampersand for a reference since the left hand side is a
+If you're curious why the first argument of `assert_eq!` does not
+have an ampersand for a reference since the second argument is a
157
reference, take a look at the Deref coercions section of the book:
158
https://doc.rust-lang.org/book/ch15-02-deref.html"""
159
0 commit comments