mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 13:18:47 +00:00
add skip for generate file
This commit is contained in:
parent
b602c73911
commit
ceadcf23fe
2 changed files with 2 additions and 1 deletions
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…
Reference in a new issue