commit | 1237426f0617e47b1312ddc7a7e01f097a3def53 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Jan 07 12:38:34 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Jan 07 12:38:34 2018 -0800 |
tree | b0b3a8edf38a6fb22bc23e5b37f1c479d5591778 | |
parent | 324db2d3b8f8e6fedabaa1f2f17d03c753cffff4 [diff] [blame] |
Update generated code with added comments
diff --git a/src/gen/fold.rs b/src/gen/fold.rs index c6fb1a3..60935a9 100644 --- a/src/gen/fold.rs +++ b/src/gen/fold.rs
@@ -30,6 +30,8 @@ /// See the [module documentation] for details. /// /// [module documentation]: index.html +/// +/// *This trait is available if Syn is built with the `"fold"` feature.* pub trait Fold { # [ cfg ( any ( feature = "full" , feature = "derive" ) ) ] fn fold_abi(&mut self, i: Abi) -> Abi { fold_abi(self, i) }