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 11f1815 commit ee89602Copy full SHA for ee89602
src/lib.rs
@@ -56,7 +56,7 @@ it to match anywhere in the text. Anchors can be used to ensure that the
56
full text matches an expression.
57
58
This example also demonstrates the utility of
59
-[raw strings](https://doc.rust-lang.org/stable/reference.html#raw-string-literals)
+[raw strings](https://doc.rust-lang.org/stable/reference/tokens.html#raw-string-literals)
60
in Rust, which
61
are just like regular strings except they are prefixed with an `r` and do
62
not process any escape sequences. For example, `"\\d"` is the same
0 commit comments