summary refs log tree commit diff
path: root/src/libsyntax/lib.rs
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2013-11-24 21:18:21 -0800
committerSteven Fackler <sfackler@palantir.com>2013-11-26 13:54:00 -0800
commit09f84aa8f4298489828720c048ec7f769338c0e2 (patch)
tree23f06fc196d9a0fcd96cf82197d2e0582fc608b0 /src/libsyntax/lib.rs
parente9a1869a5f4164d5311963b1b25b05f003d43699 (diff)
downloadrust-09f84aa8f4298489828720c048ec7f769338c0e2.tar.gz
rust-09f84aa8f4298489828720c048ec7f769338c0e2.zip
Add SmallVector to libsyntax
Diffstat (limited to 'src/libsyntax/lib.rs')
-rw-r--r--src/libsyntax/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs
index 29ed87f2202..5b12e8b8eb1 100644
--- a/src/libsyntax/lib.rs
+++ b/src/libsyntax/lib.rs
@@ -31,6 +31,7 @@ pub mod util {
     pub mod interner;
     #[cfg(test)]
     pub mod parser_testing;
+    pub mod small_vector;
 }
 
 pub mod syntax {