about summary refs log tree commit diff
path: root/src/librustc_data_structures/lib.rs
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2020-01-06 07:03:46 +0100
committerMazdak Farrokhzad <twingoow@gmail.com>2020-01-09 08:57:24 +0100
commit69b1e5cc3d3aea6cccd8567d89cc75288f596c2e (patch)
tree8ee6ffbdbf9378c85a16a4f60abaab86c198a40a /src/librustc_data_structures/lib.rs
parent2db97ede2702b64426d3209ce8ec787a16cbf4e7 (diff)
downloadrust-69b1e5cc3d3aea6cccd8567d89cc75288f596c2e.tar.gz
rust-69b1e5cc3d3aea6cccd8567d89cc75288f596c2e.zip
{rustc::util -> rustc_data_structures}::captures
Diffstat (limited to 'src/librustc_data_structures/lib.rs')
-rw-r--r--src/librustc_data_structures/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs
index d1b7ee9e83e..51a38a7d2ab 100644
--- a/src/librustc_data_structures/lib.rs
+++ b/src/librustc_data_structures/lib.rs
@@ -67,6 +67,7 @@ macro_rules! unlikely {
 pub mod base_n;
 pub mod binary_search_util;
 pub mod box_region;
+pub mod captures;
 pub mod const_cstr;
 pub mod flock;
 pub mod fx;