diff options
| author | carbotaniuman <41451839+carbotaniuman@users.noreply.github.com> | 2024-05-27 11:45:32 -0500 | 
|---|---|---|
| committer | carbotaniuman <41451839+carbotaniuman@users.noreply.github.com> | 2024-06-06 20:27:25 -0500 | 
| commit | 15f8ffe371debffe922d8dde74918a2d14acc1fd (patch) | |
| tree | b23146031cffe467d97376f7db929a356ea1b4c6 /compiler/rustc_passes/src | |
| parent | 8aa2553b509b8ea033560aedebe0df7c1d8ca42c (diff) | |
| download | rust-15f8ffe371debffe922d8dde74918a2d14acc1fd.tar.gz rust-15f8ffe371debffe922d8dde74918a2d14acc1fd.zip | |
Fix formatting
Diffstat (limited to 'compiler/rustc_passes/src')
| -rw-r--r-- | compiler/rustc_passes/src/check_attr.rs | 1 | 
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() { | 
