diff options
| author | Shotaro Yamada <sinkuu@sinkuu.xyz> | 2018-10-27 21:41:26 +0900 |
|---|---|---|
| committer | Shotaro Yamada <sinkuu@sinkuu.xyz> | 2018-12-04 09:27:24 +0900 |
| commit | 11af6f66cb62cb577bbd787000f0ca57fbe1ee4a (patch) | |
| tree | 74717a03b6ddbdda1c335730534a8ffbe7688724 /src/libsyntax/lib.rs | |
| parent | 25c375413ab8e24b01bef1d80d61dff58ef7bc1c (diff) | |
| download | rust-11af6f66cb62cb577bbd787000f0ca57fbe1ee4a.tar.gz rust-11af6f66cb62cb577bbd787000f0ca57fbe1ee4a.zip | |
Use iterator and pattern APIs instead of `char_at`
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index ca9c5ad7b60..3c66db082cc 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -173,7 +173,6 @@ pub mod parse; pub mod ptr; pub mod show_span; pub mod std_inject; -pub mod str; pub use syntax_pos::edition; pub use syntax_pos::symbol; pub mod test; |
