]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/passes/unindent_comments.rs
Auto merge of #69586 - petrochenkov:unmerge, r=Centril
[rust.git] / src / librustdoc / passes / unindent_comments.rs
index 3212af055efc559adda32e4a78e84bb2860822d6..d4e09ce47a3c1aa173e5c83e7c83664eb6d9f015 100644 (file)
@@ -12,7 +12,7 @@
 
 pub const UNINDENT_COMMENTS: Pass = Pass {
     name: "unindent-comments",
-    pass: unindent_comments,
+    run: unindent_comments,
     description: "removes excess indentation on comments in order for markdown to like it",
 };