diff options
| author | Alexis Beingessner <a.beingessner@gmail.com> | 2014-08-09 09:20:44 -0400 |
|---|---|---|
| committer | Alexis Beingessner <a.beingessner@gmail.com> | 2014-08-09 15:59:47 -0400 |
| commit | 0f5ce0f0df106bde3b65a97079ebf8cd9e47bc20 (patch) | |
| tree | e26ac6ed5eb087531930ae8c6bc4d46fefbb64bd /src/librustdoc/html/layout.rs | |
| parent | ca89cfb0e3ea96116c01ec4c11f36a0b504ccde1 (diff) | |
| download | rust-0f5ce0f0df106bde3b65a97079ebf8cd9e47bc20.tar.gz rust-0f5ce0f0df106bde3b65a97079ebf8cd9e47bc20.zip | |
removing 'str'='struct' search synonym
fixes #16384
Diffstat (limited to 'src/librustdoc/html/layout.rs')
| -rw-r--r-- | src/librustdoc/html/layout.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/layout.rs b/src/librustdoc/html/layout.rs index 2e1b8d32dd3..896d070c155 100644 --- a/src/librustdoc/html/layout.rs +++ b/src/librustdoc/html/layout.rs @@ -106,7 +106,7 @@ r##"<!DOCTYPE html> </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, - <code>struct</code> (or <code>str</code>), <code>enum</code>, + <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>typedef</code> (or <code>tdef</code>). </p> |
