commit | 9727ef24b7d076ddb4756d77b634402559bb77f5 | [log] [tgz] |
---|---|---|
author | Christopher Serr <christopher.serr@gmail.com> | Sat Feb 03 16:42:12 2018 +0100 |
committer | GitHub <noreply@github.com> | Sat Feb 03 16:42:12 2018 +0100 |
tree | cc26278610e8fac8e7385706902d21d2049b3790 | |
parent | 49962c311201604683a57d0eb10a137b4802afa1 [diff] |
parse_file requires the "full" feature too
diff --git a/src/lib.rs b/src/lib.rs index d31f50b..b3831dc 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -653,7 +653,7 @@ /// /// If present, either of these would be an error using `from_str`. /// -/// *This function is available if Syn is built with the `"parsing"` feature.* +/// *This function is available if Syn is built with the `"parsing"` and `"full"` features.* /// /// # Examples ///