commit | b8dec88e5ac19a38731cb5575af7c3ef0dcdf802 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Jul 20 09:46:14 2019 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Jul 20 12:20:04 2019 -0700 |
tree | c7b9ee1430c72f16e68f124ce512f6832b32a265 | |
parent | f5aced6cfe9f9773338fa131964a2c3e41689ca0 [diff] [blame] |
Switch to intra rustdoc links
diff --git a/codegen/src/fold.rs b/codegen/src/fold.rs index b9f31bb..21e8f3b 100644 --- a/codegen/src/fold.rs +++ b/codegen/src/fold.rs
@@ -248,7 +248,7 @@ /// /// See the [module documentation] for details. /// - /// [module documentation]: index.html + /// [module documentation]: self /// /// *This trait is available if Syn is built with the `"fold"` feature.* pub trait Fold {