You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
note = "you can use `.chars().nth()` or `.bytes().nth()`
149
149
see chapter in The Book <https://doc.rust-lang.org/book/ch08-02-strings.html#indexing-into-strings>"
150
150
),
151
151
on(
152
-
_Self = "str",
152
+
Self = "str",
153
153
note = "you can use `.chars().nth()` or `.bytes().nth()`
154
154
see chapter in The Book <https://doc.rust-lang.org/book/ch08-02-strings.html#indexing-into-strings>"
155
155
),
156
156
on(
157
-
_Self = "alloc::string::String",
157
+
Self = "alloc::string::String",
158
158
note = "you can use `.chars().nth()` or `.bytes().nth()`
159
159
see chapter in The Book <https://doc.rust-lang.org/book/ch08-02-strings.html#indexing-into-strings>"
0 commit comments