Skip to content

Commit e69b245

Browse files
authored
RFC 2500
1 parent 7b0f0c3 commit e69b245

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

text/0000-pattern-3.md renamed to text/2500-needle.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
- Feature Name: `needle`
22
- Start Date: 2018-07-06
3-
- RFC PR: (leave this empty)
4-
- Rust Issue: (leave this empty)
3+
- RFC PR: [rust-lang/rfcs#2500](https://github.com/rust-lang/rfcs/pull/2500)
4+
- Rust Issue: [rust-lang/rust#56345](https://github.com/rust-lang/rust/issues/56345)
55

66
# Summary
77
[summary]: #summary
88

9-
Generalize the pattern API to support `&str`, `&mut str`, `&[T]`, `&mut [T]`, `Vec<T>` and `&OsStr`.
9+
Generalize the needle (née pattern) API to support `&str`, `&mut str`, `&[T]`, `&mut [T]`, `Vec<T>` and `&OsStr`.
1010

1111
<!-- TOC depthTo:2 -->
1212

0 commit comments

Comments
 (0)