diff options
author | Emilio Cobos Álvarez <ecoal95@gmail.com> | 2016-11-01 12:47:32 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <ecoal95@gmail.com> | 2016-11-01 17:00:36 +0100 |
commit | 163848e82c692db951ed301b0a9e3fee9d45338c (patch) | |
tree | 776c5c65ad4974391351069d2fed583faa7cebc1 /src | |
parent | 7bc41e5b6271d3f916511b5dc9e099da1778fb51 (diff) |
Let rustfmt find the codegen module.
Diffstat (limited to 'src')
-rwxr-xr-x | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -61,6 +61,9 @@ mod ir; mod parse; mod regex_set; +#[cfg(rustfmt)] +mod codegen; + doc_mod!(clang, clang_docs); doc_mod!(ir, ir_docs); doc_mod!(parse, parse_docs); |