aboutsummaryrefslogtreecommitdiff
path: root/xtask
diff options
context:
space:
mode:
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 ];