aboutsummaryrefslogtreecommitdiff
path: root/xtask
diff options
context:
space:
mode:
authorDmitry <[email protected]>2020-08-09 18:09:53 +0100
committerDmitry <[email protected]>2020-08-09 18:09:53 +0100
commitceadcf23fee956e3c859b536d4c3ae1580c28934 (patch)
tree11fd3569189473cab654e48ad0408d84167008f9 /xtask
parentb602c73911864a86c94d8b306648738f5f995167 (diff)
add skip for generate file
Diffstat (limited to 'xtask')
-rw-r--r--xtask/src/codegen/gen_unstable_future_descriptor.rs1
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 ];