diff options
author | Dmitry <[email protected]> | 2020-08-09 18:09:53 +0100 |
---|---|---|
committer | Dmitry <[email protected]> | 2020-08-09 18:09:53 +0100 |
commit | ceadcf23fee956e3c859b536d4c3ae1580c28934 (patch) | |
tree | 11fd3569189473cab654e48ad0408d84167008f9 /xtask | |
parent | b602c73911864a86c94d8b306648738f5f995167 (diff) |
add skip for generate file
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/src/codegen/gen_unstable_future_descriptor.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/src/codegen/gen_unstable_future_descriptor.rs b/xtask/src/codegen/gen_unstable_future_descriptor.rs index 12b68378e..122b91c06 100644 --- a/xtask/src/codegen/gen_unstable_future_descriptor.rs +++ b/xtask/src/codegen/gen_unstable_future_descriptor.rs | |||
@@ -50,6 +50,7 @@ pub fn generate_unstable_future_descriptor(mode: Mode) -> Result<()> { | |||
50 | let ts = quote! { | 50 | let ts = quote! { |
51 | use crate::completion::LintCompletion; | 51 | use crate::completion::LintCompletion; |
52 | 52 | ||
53 | #[rustfmt::skip] | ||
53 | pub const UNSTABLE_FEATURE_DESCRIPTOR: &[LintCompletion] = &[ | 54 | pub const UNSTABLE_FEATURE_DESCRIPTOR: &[LintCompletion] = &[ |
54 | #(#definitions),* | 55 | #(#definitions),* |
55 | ]; | 56 | ]; |