about summary refs log tree commit diff
path: root/src/librustdoc/html
diff options
context:
space:
mode:
authorsladynnunes <snunes@usc.edu>2023-05-26 02:28:20 -0700
committersladynnunes <snunes@usc.edu>2023-05-26 02:28:20 -0700
commitaa67ae2d9d7f12aab30682035fa06067dbe90d2e (patch)
treebf90e4b22fd44f01da09172d03a59d4201882a00 /src/librustdoc/html
parentdf98e3e6ec1aec98b0e25b0f12611d49861a8b9e (diff)
downloadrust-aa67ae2d9d7f12aab30682035fa06067dbe90d2e.tar.gz
rust-aa67ae2d9d7f12aab30682035fa06067dbe90d2e.zip
Formatted file correctly
Diffstat (limited to 'src/librustdoc/html')
-rw-r--r--src/librustdoc/html/render/print_item.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/render/print_item.rs b/src/librustdoc/html/render/print_item.rs
index 6be57676d07..24244e6323a 100644
--- a/src/librustdoc/html/render/print_item.rs
+++ b/src/librustdoc/html/render/print_item.rs
@@ -1542,7 +1542,6 @@ fn item_struct(w: &mut Buffer, cx: &mut Context<'_>, it: &clean::Item, s: &clean
 }
 
 fn item_static(w: &mut impl fmt::Write, cx: &mut Context<'_>, it: &clean::Item, s: &clean::Static) {
-    
     let mut buffer = Buffer::new();
     wrap_item(&mut buffer, |buffer| {
         render_attributes_in_code(buffer, it, cx.tcx());