diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-02-11 15:48:57 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-04-18 20:59:09 +0200 |
| commit | c7de1a16f89b9aa3205f50c9cf2b9f6792ac6e4b (patch) | |
| tree | ff2eec2b1abd1ecff49db3484260e9367d915845 /src/test | |
| parent | 49297337b46eabef906a41f2c438bdd569b9227d (diff) | |
| download | rust-c7de1a16f89b9aa3205f50c9cf2b9f6792ac6e4b.tar.gz rust-c7de1a16f89b9aa3205f50c9cf2b9f6792ac6e4b.zip | |
Improve documentation and add some explanations in the code
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/rustdoc-js-std/parser-errors.js | 3 | ||||
| -rw-r--r-- | src/test/rustdoc-js/generics.js | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/test/rustdoc-js-std/parser-errors.js b/src/test/rustdoc-js-std/parser-errors.js index 7d00b7fed59..d4cd9facf17 100644 --- a/src/test/rustdoc-js-std/parser-errors.js +++ b/src/test/rustdoc-js-std/parser-errors.js @@ -4,7 +4,8 @@ const QUERY = [ 'P "P"', '"p" p', '"const": p', - "<:a>", "<::a>", + "<:a>", + "<::a>", "((a))", "->,a", "(p -> p", diff --git a/src/test/rustdoc-js/generics.js b/src/test/rustdoc-js/generics.js index 4aa6b355b6d..5e5ba7cd9ac 100644 --- a/src/test/rustdoc-js/generics.js +++ b/src/test/rustdoc-js/generics.js @@ -12,7 +12,7 @@ const QUERY = [ const EXPECTED = [ { - // "R"<P> + // R<P> 'returned': [ { 'path': 'generics', 'name': 'alef' }, ], |
