about summary refs log tree commit diff
path: root/src/libsyntax/lib.rs
diff options
context:
space:
mode:
authorShotaro Yamada <sinkuu@sinkuu.xyz>2018-10-27 21:41:26 +0900
committerShotaro Yamada <sinkuu@sinkuu.xyz>2018-12-04 09:27:24 +0900
commit11af6f66cb62cb577bbd787000f0ca57fbe1ee4a (patch)
tree74717a03b6ddbdda1c335730534a8ffbe7688724 /src/libsyntax/lib.rs
parent25c375413ab8e24b01bef1d80d61dff58ef7bc1c (diff)
downloadrust-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.rs1
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;