1
Fork 0

sed -i -s 's/ for Sized?//g' **/*.rs

This commit is contained in:
Jorge Aparicio 2015-01-04 21:39:02 -05:00
parent 03268bbf35
commit 774588fd9d
42 changed files with 75 additions and 75 deletions

View file

@ -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;