Skip to content

Commit

Permalink
Remove StrExt
Browse files Browse the repository at this point in the history
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
stepancheg authored and facebook-github-bot committed Dec 4, 2024
1 parent e5b166a commit d7ce9c0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 176 deletions.
1 change: 0 additions & 1 deletion gazebo/gazebo/src/ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@

pub(crate) mod iter;
pub(crate) mod option;
pub(crate) mod str;
pub(crate) mod vec;
174 changes: 0 additions & 174 deletions gazebo/gazebo/src/ext/str.rs

This file was deleted.

1 change: 0 additions & 1 deletion gazebo/gazebo/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ pub use gazebo_derive::Default_;
pub use crate::ext::iter::IterExt;
pub use crate::ext::iter::IterOwned;
pub use crate::ext::option::OptionExt;
pub use crate::ext::str::StrExt;
pub use crate::ext::vec::SliceClonedExt;
pub use crate::ext::vec::SliceCopiedExt;
pub use crate::ext::vec::SliceDupedExt;
Expand Down

0 comments on commit d7ce9c0

Please sign in to comment.