Skip to content

Commit 4451505

Browse files
committed
fixup! More generic impl of Replacer for closures
Ignore documentation test that needs unstable Rust.
1 parent de48780 commit 4451505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/regex/string.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2469,7 +2469,7 @@ use replacer_closure::*;
24692469
///
24702470
/// The same example using closure lifetime binders:
24712471
///
2472-
/// ```
2472+
/// ```ignore
24732473
/// #![feature(closure_lifetime_binder)]
24742474
///
24752475
/// use regex::{Captures, Regex, Replacer};

0 commit comments

Comments
 (0)