-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: They removed lifetime parameter from `Pattern`: [commit](rust-lang/rust@772315d). We can migrate, but these utilities are only moderately useful (with more additions to `str` in recent years), so remove them. Reviewed By: ndmitchell, JakobDegen Differential Revision: D66729647 fbshipit-source-id: 498ce2a28bd2239b02de53a74f8e0d1992de781f
- Loading branch information
1 parent
e5b166a
commit d7ce9c0
Showing
3 changed files
with
0 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,4 @@ | |
|
||
pub(crate) mod iter; | ||
pub(crate) mod option; | ||
pub(crate) mod str; | ||
pub(crate) mod vec; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters