sed -i -s 's/ for Sized?//g' **/*.rs
This commit is contained in:
parent
03268bbf35
commit
774588fd9d
42 changed files with 75 additions and 75 deletions
|
@ -38,7 +38,7 @@ pub trait OwnedAsciiExt {
|
|||
|
||||
/// Extension methods for ASCII-subset only operations on string slices
|
||||
#[experimental = "would prefer to do this in a more general way"]
|
||||
pub trait AsciiExt<T = Self> for Sized? {
|
||||
pub trait AsciiExt<T = Self> {
|
||||
/// Check if within the ASCII range.
|
||||
fn is_ascii(&self) -> bool;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue