File tree 4 files changed +0
-30
lines changed
4 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,6 @@ LL | | //! let x = 12;
32
32
LL | | //! ```
33
33
| |_______^
34
34
|
35
- note: the lint level is defined here
36
- --> $DIR/check-fail.rs:4:9
37
- |
38
- LL | #![deny(rustdoc::all)]
39
- | ^^^^^^^^^^^^
40
35
= note: `#[deny(rustdoc::invalid_codeblock_attributes)]` implied by `#[deny(rustdoc::all)]`
41
36
= help: the code block will either not be tested if not marked as a rust one or the code will be wrapped inside a main function
42
37
Original file line number Diff line number Diff line change @@ -43,11 +43,6 @@ LL | |
43
43
LL | | pub fn foo() {}
44
44
| |_______________^
45
45
|
46
- note: the lint level is defined here
47
- --> $DIR/check.rs:8:9
48
- |
49
- LL | #![warn(rustdoc::all)]
50
- | ^^^^^^^^^^^^
51
46
= note: `#[warn(rustdoc::missing_doc_code_examples)]` implied by `#[warn(rustdoc::all)]`
52
47
53
48
warning: missing code example in this documentation
Original file line number Diff line number Diff line change @@ -30,11 +30,6 @@ warning: function is never used: `foo`
30
30
LL | fn foo(x: &dyn std::fmt::Display) {}
31
31
| ^^^
32
32
|
33
- note: the lint level is defined here
34
- --> $DIR/display-output.rs:9:9
35
- |
36
- LL | #![warn(unused)]
37
- | ^^^^^^
38
33
= note: `#[warn(dead_code)]` implied by `#[warn(unused)]`
39
34
40
35
warning: 3 warnings emitted
Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ LL | | /// println!("sup");
21
21
LL | | /// ```
22
22
| |_______^
23
23
|
24
- note: the lint level is defined here
25
- --> $DIR/lint-group.rs:7:9
26
- |
27
- LL | #![deny(rustdoc::all)]
28
- | ^^^^^^^^^^^^
29
24
= note: `#[deny(rustdoc::private_doc_tests)]` implied by `#[deny(rustdoc::all)]`
30
25
31
26
error: missing code example in this documentation
@@ -40,11 +35,6 @@ error: unresolved link to `error`
40
35
LL | /// what up, let's make an [error]
41
36
| ^^^^^ no item named `error` in scope
42
37
|
43
- note: the lint level is defined here
44
- --> $DIR/lint-group.rs:7:9
45
- |
46
- LL | #![deny(rustdoc::all)]
47
- | ^^^^^^^^^^^^
48
38
= note: `#[deny(rustdoc::broken_intra_doc_links)]` implied by `#[deny(rustdoc::all)]`
49
39
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
50
40
@@ -54,11 +44,6 @@ error: unclosed HTML tag `unknown`
54
44
LL | /// <unknown>
55
45
| ^^^^^^^^^
56
46
|
57
- note: the lint level is defined here
58
- --> $DIR/lint-group.rs:7:9
59
- |
60
- LL | #![deny(rustdoc::all)]
61
- | ^^^^^^^^^^^^
62
47
= note: `#[deny(rustdoc::invalid_html_tags)]` implied by `#[deny(rustdoc::all)]`
63
48
64
49
error: aborting due to 5 previous errors
You can’t perform that action at this time.
0 commit comments