add skip for generate file
This commit is contained in:
parent
b602c73911
commit
ceadcf23fe
File diff suppressed because one or more lines are too long
@ -50,6 +50,7 @@ pub fn generate_unstable_future_descriptor(mode: Mode) -> Result<()> {
|
||||
let ts = quote! {
|
||||
use crate::completion::LintCompletion;
|
||||
|
||||
#[rustfmt::skip]
|
||||
pub const UNSTABLE_FEATURE_DESCRIPTOR: &[LintCompletion] = &[
|
||||
#(#definitions),*
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user