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/0020-str-pattern-pt1.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Verify the safety of char-related `Searcher` methods in `str::pattern`.
12
12
13
13
## Motivation
14
14
15
-
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.
15
+
String and `str` types are widely used in Rust programs, so it is important that their associated functions do not cause undefined behavior.
0 commit comments