1
Fork 0

Lint against usages of struct_span_lint_hir.

This commit is contained in:
Charles Lew 2022-10-29 18:03:47 +08:00
parent 33b55ac39f
commit 3b6b6047b6
2 changed files with 4 additions and 3 deletions

View file

@ -5,8 +5,6 @@
//! This API is completely unstable and subject to change.
#![allow(rustc::potential_query_instability)]
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![feature(iter_intersperse)]
#![feature(let_chains)]