This repository was archived by the owner on Aug 16, 2021. It is now read-only.
This repository was archived by the owner on Aug 16, 2021. It is now read-only.
warning: lint unused_doc_comment has been renamed to unused_doc_comments #251
Closed
Description
These warnings still occur after adding #[allow(renamed_and_removed_lints)]
:
Compiling varint v0.1.0 (file:///home/james/Rust/jrl/varint-rs)
warning: lint unused_doc_comment has been renamed to unused_doc_comments
--> varint-rs/src/lib.rs:47:5
|
47 | / error_chain! {
48 | | errors {
49 | | /// Error for parsing a varint
50 | | ParseError {
... |
63 | | }
64 | | }
| |_____^
|
= note: #[warn(renamed_and_removed_lints)] on by default
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
warning: lint unused_doc_comment has been renamed to unused_doc_comments
--> varint-rs/src/lib.rs:47:5
|
47 | / error_chain! {
48 | | errors {
49 | | /// Error for parsing a varint
50 | | ParseError {
... |
63 | | }
64 | | }
| |_____^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
warning: lint unused_doc_comment has been renamed to unused_doc_comments
--> varint-rs/src/lib.rs:47:5
|
47 | / error_chain! {
48 | | errors {
49 | | /// Error for parsing a varint
50 | | ParseError {
... |
63 | | }
64 | | }
| |_____^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
warning: lint unused_doc_comment has been renamed to unused_doc_comments
--> varint-rs/src/lib.rs:47:5
|
47 | / error_chain! {
48 | | errors {
49 | | /// Error for parsing a varint
50 | | ParseError {
... |
63 | | }
64 | | }
| |_____^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
warning: lint unused_doc_comment has been renamed to unused_doc_comments
--> varint-rs/src/lib.rs:47:5
|
47 | / error_chain! {
48 | | errors {
49 | | /// Error for parsing a varint
50 | | ParseError {
... |
63 | | }
64 | | }
| |_____^
|
= note: #[warn(renamed_and_removed_lints)] on by default
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
warning: lint unused_doc_comment has been renamed to unused_doc_comments
--> varint-rs/src/lib.rs:47:5
|
47 | / error_chain! {
48 | | errors {
49 | | /// Error for parsing a varint
50 | | ParseError {
... |
63 | | }
64 | | }
| |_____^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
warning: lint unused_doc_comment has been renamed to unused_doc_comments
--> varint-rs/src/lib.rs:47:5
|
47 | / error_chain! {
48 | | errors {
49 | | /// Error for parsing a varint
50 | | ParseError {
... |
63 | | }
64 | | }
| |_____^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
warning: lint unused_doc_comment has been renamed to unused_doc_comments
--> varint-rs/src/lib.rs:47:5
|
47 | / error_chain! {
48 | | errors {
49 | | /// Error for parsing a varint
50 | | ParseError {
... |
63 | | }
64 | | }
| |_____^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
Metadata
Metadata
Assignees
Labels
No labels