Skip to content

#![deny(warnings)] affects doc warnings #54316

Closed
@kpp

Description

@kpp

On rustc 1.30.0-nightly (e4ba1d41e 2018-09-15) #![deny(warnings)] affects doc warnings, which makes it impossible to build docs. It may take huge time for a crate to fix these warnings. See tokio-rs/tokio#437

Possible solution: distinguish warnings in code and warnings in docs by providing #![deny(doc_warnings)]

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions