about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/check_attr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_passes/src/check_attr.rs')
-rw-r--r--compiler/rustc_passes/src/check_attr.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_passes/src/check_attr.rs b/compiler/rustc_passes/src/check_attr.rs
index 29bc165159d..6ce7c41acc8 100644
--- a/compiler/rustc_passes/src/check_attr.rs
+++ b/compiler/rustc_passes/src/check_attr.rs
@@ -312,7 +312,6 @@ impl<'tcx> CheckAttrVisitor<'tcx> {
         true
     }
 
-
     /// Checks if `unsafe()` is applied to an invalid attribute.
     fn check_unsafe_attr(&self, attr: &Attribute) {
         if !attr.is_doc_comment() {