diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2014-09-11 10:35:21 +1200 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2014-09-17 16:53:20 +1200 |
| commit | 375c95b7ad17ed39019b5782cecb94eea8840f75 (patch) | |
| tree | 1056207b9e422e1ff45fb73806ab63d2084d7ad2 /src/libsyntax/lib.rs | |
| parent | 520671f1500885ffc2c5096e9150a665b63c2e0d (diff) | |
| download | rust-375c95b7ad17ed39019b5782cecb94eea8840f75.tar.gz rust-375c95b7ad17ed39019b5782cecb94eea8840f75.zip | |
move std_inject to libsyntax
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index ff481dd7299..8122aa1dcc2 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -67,6 +67,7 @@ pub mod owned_slice; pub mod parse; pub mod ptr; pub mod show_span; +pub mod std_inject; pub mod test; pub mod visit; |
