Skip to content

enable rust_2018_idioms lint group for doctests#106621

Merged
bors merged 1 commit intorust-lang:masterfrom
onur-ozkan:enable-elided-lifetimes-for-doctests
May 8, 2023
Merged

enable rust_2018_idioms lint group for doctests#106621
bors merged 1 commit intorust-lang:masterfrom
onur-ozkan:enable-elided-lifetimes-for-doctests

Conversation

@onur-ozkan
Copy link
Contributor

@onur-ozkan onur-ozkan commented Jan 9, 2023

With this change, rust_2018_idioms lint group will be enabled for compiler/libstd doctests.

Resolves #106086
Resolves #99144

Signed-off-by: ozkanonur work@onurozkan.dev

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable ELIDED_LIFETIMES_IN_PATHS lint in doctests for the compiler/libstd Run compiler doctests in CI