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 b949422 commit 662e5bdCopy full SHA for 662e5bd
info.toml
@@ -216,7 +216,7 @@ mode = "test"
216
hint = """
217
Take a look at the Understanding Ownership -> Slices -> Other Slices section of the book:
218
https://doc.rust-lang.org/book/ch04-03-slices.html
219
-and use the starting and ending indices of the items in the Array
+and use the starting and ending (plus one) indices of the items in the Array
220
that you want to end up in the slice.
221
222
If you're curious why the first argument of `assert_eq!` does not
0 commit comments