about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCohenArthur <arthur.cohen@epita.fr>2020-08-28 12:28:55 +0200
committerGitHub <noreply@github.com>2020-08-28 12:28:55 +0200
commitfc9f16bf0e056258f40e36d0afc2cc285ef08639 (patch)
treeb71a8dccdce6a4beb7bb64fba087e82d2f12cefc
parent365cebf779db2baee8fed65a4f01f4f3a356a6b8 (diff)
downloadrust-fc9f16bf0e056258f40e36d0afc2cc285ef08639.tar.gz
rust-fc9f16bf0e056258f40e36d0afc2cc285ef08639.zip
fmt: Skip whole module with bang
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
-rw-r--r--src/target_features_whitelist.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target_features_whitelist.rs b/src/target_features_whitelist.rs
index 6fd032b4324..527522fca70 100644
--- a/src/target_features_whitelist.rs
+++ b/src/target_features_whitelist.rs
@@ -1,4 +1,4 @@
-#[rustfmt::skip]
+#![rustfmt::skip]
 
 use rustc_span::symbol::{sym, Symbol};