diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-02-18 13:20:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-18 13:20:59 +0100 |
| commit | b7791b0c7eb4eef607ca222404e1d0d69c352a21 (patch) | |
| tree | 5e9caad4bb70b71bdd9ebed288a8a8f8a2218151 /src/test/rustdoc | |
| parent | 715030fd0171b3158c799aa201b1aca2c0f7ee01 (diff) | |
| parent | 6661ebb4bd73bfe2ef93f9edcf9c89243ab32e46 (diff) | |
| download | rust-b7791b0c7eb4eef607ca222404e1d0d69c352a21.tar.gz rust-b7791b0c7eb4eef607ca222404e1d0d69c352a21.zip | |
Rollup merge of #48274 - GuillaumeGomez:remove-hoedown, r=QuietMisdreavus
Remove hoedown from rustdoc Finally the time has come! r? @QuietMisdreavus
Diffstat (limited to 'src/test/rustdoc')
| -rw-r--r-- | src/test/rustdoc/link-title-escape.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/rustdoc/link-title-escape.rs b/src/test/rustdoc/link-title-escape.rs index eb53c3c2cb5..e10ff1a9917 100644 --- a/src/test/rustdoc/link-title-escape.rs +++ b/src/test/rustdoc/link-title-escape.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// compile-flags: -Z unstable-options --disable-commonmark - #![crate_name = "foo"] //! hello [foo] |
