diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-02-10 08:43:01 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-02-10 08:43:01 -0800 |
| commit | bbc8a54c63c843676ce5801cb2e97f0b4e691646 (patch) | |
| tree | 18995c5fd8d376dac8610e9a58cab6cc817e4f21 /src/libsyntax/lib.rs | |
| parent | c33acf658a5b6e14d57016ea5a455277f7e0c966 (diff) | |
| parent | 5354317037368124d180acc3f8754bdb2b0387b8 (diff) | |
| download | rust-bbc8a54c63c843676ce5801cb2e97f0b4e691646.tar.gz rust-bbc8a54c63c843676ce5801cb2e97f0b4e691646.zip | |
rollup merge of #22116: kmcallister/cfg_attr
Fixes #22070. Fixes #19372. r? @sfackler
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 08e795ef80d..41850ada3e6 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -96,7 +96,6 @@ pub mod ext { pub mod base; pub mod build; pub mod cfg; - pub mod cfg_attr; pub mod concat; pub mod concat_idents; pub mod deriving; |
