Skip to content

Commit

Permalink
Copy AsciiExt methods to char directly
Browse files Browse the repository at this point in the history
This is done in order to deprecate AsciiExt eventually.
  • Loading branch information
LukasKalbertodt committed Nov 3, 2017
1 parent 5061c9f commit d425f8d
Show file tree
Hide file tree
Showing 4 changed files with 501 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/librustdoc/html/markdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
use libc;
use std::slice;

use std::ascii::AsciiExt;
use std::cell::RefCell;
use std::collections::{HashMap, VecDeque};
use std::default::Default;
Expand Down
1 change: 0 additions & 1 deletion src/librustdoc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#![feature(test)]
#![feature(unicode)]
#![feature(vec_remove_item)]
#![feature(ascii_ctype)]

extern crate arena;
extern crate getopts;
Expand Down
1 change: 0 additions & 1 deletion src/libstd/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
#![stable(feature = "rust1", since = "1.0.0")]

use ascii::*;
use borrow::{Borrow, Cow};
use cmp;
use error::Error;
Expand Down
Loading

0 comments on commit d425f8d

Please sign in to comment.