diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-02-09 01:07:38 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-02-09 14:29:03 +0100 |
| commit | d26475505b4c2bfc6299d3c6c38b1963c3bd86e0 (patch) | |
| tree | 47d799c7d95077ff59769a245c1a675806ea8934 /src/test/rustdoc | |
| parent | 397eb4f237b92f77eadf12c0bea7cfea5a31a92a (diff) | |
| download | rust-d26475505b4c2bfc6299d3c6c38b1963c3bd86e0.tar.gz rust-d26475505b4c2bfc6299d3c6c38b1963c3bd86e0.zip | |
put back macro redirect
Diffstat (limited to 'src/test/rustdoc')
| -rw-r--r-- | src/test/rustdoc/without-redirect.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/without-redirect.rs b/src/test/rustdoc/without-redirect.rs index d473dd8f428..a076f8a3c5e 100644 --- a/src/test/rustdoc/without-redirect.rs +++ b/src/test/rustdoc/without-redirect.rs @@ -1,7 +1,7 @@ #![crate_name = "foo"] // @has foo/macro.bar.html -// @!has foo/macro.bar!.html +// @has foo/macro.bar!.html // @!has foo/bar.m.html #[macro_export] macro_rules! bar { |
