commit | c2dfbf480d656425d9aeb3273003ec3fdf60e903 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Fri Sep 23 23:52:15 2016 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Fri Sep 23 23:52:15 2016 -0700 |
tree | 0b27bcddd47b3f7b71092e15e462bfc7129f926e | |
parent | 939766a625662046b2a6a312476f427f3863584e [diff] [blame] |
Missing cfg guard
diff --git a/src/macro_input.rs b/src/macro_input.rs index 536ba9d..64a735e 100644 --- a/src/macro_input.rs +++ b/src/macro_input.rs
@@ -53,6 +53,7 @@ )); } +#[cfg(feature = "printing")] mod printing { use super::*; use data::{Visibility, VariantData};