Delete send_str, rewrite clients on top of MaybeOwned<'static>
Declare a `type SendStr = MaybeOwned<'static>` to ease readibility of types that needed the old SendStr behavior. Implement all the traits for MaybeOwned that SendStr used to implement.
This commit is contained in:
parent
122c94d2f3
commit
086c0dd33f
14 changed files with 310 additions and 391 deletions
|
@ -117,7 +117,6 @@ pub mod vec_ng;
|
|||
pub mod str;
|
||||
|
||||
pub mod ascii;
|
||||
pub mod send_str;
|
||||
|
||||
pub mod ptr;
|
||||
pub mod owned;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue