2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:9:9
|
2018-08-01 14:30:44 +00:00
|
|
|
|
|
2018-12-27 15:57:55 +00:00
|
|
|
LL | /// The foo_bar function does _nothing_. See also foo::bar. (note the dot there)
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^ help: try: ``foo_bar``
|
2019-03-10 21:07:10 +00:00
|
|
|
|
|
|
|
|
= note: `-D clippy::doc-markdown` implied by `-D warnings`
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:9:51
|
2018-08-01 14:30:44 +00:00
|
|
|
|
|
2018-12-27 15:57:55 +00:00
|
|
|
LL | /// The foo_bar function does _nothing_. See also foo::bar. (note the dot there)
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^ help: try: ``foo::bar``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:10:83
|
2018-08-01 14:30:44 +00:00
|
|
|
|
|
2019-03-10 21:07:10 +00:00
|
|
|
LL | /// Markdown is _weird_. I mean _really weird_. This /_ is ok. So is `_`. But not Foo::some_fun
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^ help: try: ``Foo::some_fun``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:12:13
|
2017-02-07 20:05:30 +00:00
|
|
|
|
|
2021-11-02 13:44:21 +00:00
|
|
|
LL | /// Here be ::a::global:path, and _::another::global::path_. :: is not a path though.
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^ help: try: ``::a::global:path``
|
2021-11-02 13:44:21 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:12:36
|
2021-11-02 13:44:21 +00:00
|
|
|
|
|
|
|
|
LL | /// Here be ::a::global:path, and _::another::global::path_. :: is not a path though.
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``::another::global::path``
|
2021-11-02 13:44:21 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:13:25
|
2021-11-02 13:44:21 +00:00
|
|
|
|
|
|
|
|
LL | /// Import an item from ::awesome::global::blob:: (Intended postfix)
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``::awesome::global::blob::``
|
2021-11-02 13:44:21 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:14:31
|
2021-11-02 13:44:21 +00:00
|
|
|
|
|
|
|
|
LL | /// These are the options for ::Cat: (Intended trailing single colon, shouldn't be linted)
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^ help: try: ``::Cat``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:15:22
|
2017-02-07 20:05:30 +00:00
|
|
|
|
|
2018-12-27 15:57:55 +00:00
|
|
|
LL | /// That's not code ~NotInCodeBlock~.
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^ help: try: ``NotInCodeBlock``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:16:5
|
2017-02-07 20:05:30 +00:00
|
|
|
|
|
2018-12-27 15:57:55 +00:00
|
|
|
LL | /// be_sure_we_got_to_the_end_of_it
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:30:5
|
2017-02-07 20:05:30 +00:00
|
|
|
|
|
2018-12-27 15:57:55 +00:00
|
|
|
LL | /// be_sure_we_got_to_the_end_of_it
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:37:5
|
2017-02-07 20:05:30 +00:00
|
|
|
|
|
2018-12-27 15:57:55 +00:00
|
|
|
LL | /// be_sure_we_got_to_the_end_of_it
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:51:5
|
2017-02-07 20:05:30 +00:00
|
|
|
|
|
2018-12-27 15:57:55 +00:00
|
|
|
LL | /// be_sure_we_got_to_the_end_of_it
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:74:5
|
2020-09-02 11:51:44 +00:00
|
|
|
|
|
|
|
|
LL | /// be_sure_we_got_to_the_end_of_it
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it``
|
2020-09-02 11:51:44 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:78:22
|
2017-02-07 20:05:30 +00:00
|
|
|
|
|
2018-12-27 15:57:55 +00:00
|
|
|
LL | /// This test has [a link_with_underscores][chunked-example] inside it. See #823.
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^ help: try: ``link_with_underscores``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:81:21
|
2017-02-07 20:05:30 +00:00
|
|
|
|
|
2018-12-27 15:57:55 +00:00
|
|
|
LL | /// It can also be [inline_link2].
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^ help: try: ``inline_link2``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:91:5
|
2017-02-07 20:05:30 +00:00
|
|
|
|
|
2018-12-27 15:57:55 +00:00
|
|
|
LL | /// be_sure_we_got_to_the_end_of_it
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:99:8
|
2017-02-07 20:05:30 +00:00
|
|
|
|
|
2018-12-27 15:57:55 +00:00
|
|
|
LL | /// ## CamelCaseThing
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^ help: try: ``CamelCaseThing``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:102:7
|
2017-02-07 20:05:30 +00:00
|
|
|
|
|
2018-12-27 15:57:55 +00:00
|
|
|
LL | /// # CamelCaseThing
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^ help: try: ``CamelCaseThing``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:104:22
|
2017-02-07 20:05:30 +00:00
|
|
|
|
|
2018-12-27 15:57:55 +00:00
|
|
|
LL | /// Not a title #897 CamelCaseThing
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^ help: try: ``CamelCaseThing``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:105:5
|
2017-05-11 10:13:52 +00:00
|
|
|
|
|
2018-12-27 15:57:55 +00:00
|
|
|
LL | /// be_sure_we_got_to_the_end_of_it
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:112:5
|
2017-05-11 10:13:52 +00:00
|
|
|
|
|
2018-12-27 15:57:55 +00:00
|
|
|
LL | /// be_sure_we_got_to_the_end_of_it
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:125:5
|
2018-12-27 15:57:55 +00:00
|
|
|
|
|
|
|
|
LL | /// be_sure_we_got_to_the_end_of_it
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:136:43
|
2018-12-27 15:57:55 +00:00
|
|
|
|
|
2019-03-10 21:07:10 +00:00
|
|
|
LL | /** E.g., serialization of an empty list: FooBar
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^ help: try: ``FooBar``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:141:5
|
2018-12-27 15:57:55 +00:00
|
|
|
|
|
|
|
|
LL | And BarQuz too.
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^ help: try: ``BarQuz``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:142:1
|
2018-12-27 15:57:55 +00:00
|
|
|
|
|
|
|
|
LL | be_sure_we_got_to_the_end_of_it
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:147:43
|
2018-12-27 15:57:55 +00:00
|
|
|
|
|
2019-03-10 21:07:10 +00:00
|
|
|
LL | /** E.g., serialization of an empty list: FooBar
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^ help: try: ``FooBar``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:152:5
|
2018-12-27 15:57:55 +00:00
|
|
|
|
|
|
|
|
LL | And BarQuz too.
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^ help: try: ``BarQuz``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:153:1
|
2018-12-27 15:57:55 +00:00
|
|
|
|
|
|
|
|
LL | be_sure_we_got_to_the_end_of_it
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:164:5
|
2018-12-27 15:57:55 +00:00
|
|
|
|
|
|
|
|
LL | /// be_sure_we_got_to_the_end_of_it
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it``
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
|
|
|
--> $DIR/doc.rs:183:22
|
2018-12-27 15:57:55 +00:00
|
|
|
|
|
|
|
|
LL | /// An iterator over mycrate::Collection's values.
|
2021-10-31 00:11:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^ help: try: ``mycrate::Collection``
|
2018-12-07 10:48:06 +00:00
|
|
|
|
2021-10-31 00:11:06 +00:00
|
|
|
error: aborting due to 30 previous errors
|
2018-01-16 16:06:27 +00:00
|
|
|
|