add skip for generate file

This commit is contained in:
Dmitry 2020-08-10 00:09:53 +07:00
parent b602c73911
commit ceadcf23fe
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -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),*
];