mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +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! {
|
let ts = quote! {
|
||||||
use crate::completion::LintCompletion;
|
use crate::completion::LintCompletion;
|
||||||
|
|
||||||
|
#[rustfmt::skip]
|
||||||
pub const UNSTABLE_FEATURE_DESCRIPTOR: &[LintCompletion] = &[
|
pub const UNSTABLE_FEATURE_DESCRIPTOR: &[LintCompletion] = &[
|
||||||
#(#definitions),*
|
#(#definitions),*
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue