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
Copy file name to clipboardExpand all lines: doc/src/challenges/0022-str-iter.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@ Verify the safety of [`std::str`] functions that are defined in (library/core/sr
15
15
16
16
## Motivation
17
17
18
-
String and str types are widely used in Rust programs. Verifying Rust String and str functions in Rust standard library is important in ensuring the safety of these programs.
19
-
18
+
String and `str` types are widely used in Rust programs, so it is important that their associated functions do not cause undefined behavior.
20
19
## Description
21
20
22
21
**Important note:** for this challenge, you can assume:
0 commit comments