commit | c8b0e0fa0db9e9c945f8130e169881820d10943e | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Thu Mar 07 22:46:32 2019 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Thu Mar 07 23:01:30 2019 -0800 |
tree | 5e6fae4410cf47b798797cab043699b04519c930 | |
parent | e058a5b55bad5b7e8f2c1e18862dae7a17dacc0d [diff] [blame] |
Format with wrap_comments = true
diff --git a/src/lib.rs b/src/lib.rs index c0398f2..4a827b6 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -672,7 +672,8 @@ /// /// If present, either of these would be an error using `from_str`. /// -/// *This function is available if Syn is built with the `"parsing"` and `"full"` features.* +/// *This function is available if Syn is built with the `"parsing"` and +/// `"full"` features.* /// /// # Examples ///