diff options
| author | CohenArthur <arthur.cohen@epita.fr> | 2020-08-28 12:28:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-28 12:28:55 +0200 |
| commit | fc9f16bf0e056258f40e36d0afc2cc285ef08639 (patch) | |
| tree | b71a8dccdce6a4beb7bb64fba087e82d2f12cefc | |
| parent | 365cebf779db2baee8fed65a4f01f4f3a356a6b8 (diff) | |
| download | rust-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.rs | 2 |
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}; |
