]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/theme.rs
Remove the x86_64-rumprun-netbsd target
[rust.git] / src / librustdoc / theme.rs
index 2e14a8a977ed757c33838ce20823cb615df11318..24d5770541273da00532a6e290c8e71d41b6dec8 100644 (file)
@@ -70,7 +70,10 @@ fn get_pos(&self) -> usize {
     }
 
     fn is_comment(&self) -> bool {
-        matches!(self, Events::StartLineComment(_) | Events::StartComment(_) | Events::EndComment(_))
+        matches!(
+            self,
+            Events::StartLineComment(_) | Events::StartComment(_) | Events::EndComment(_)
+        )
     }
 }