]> git.proxmox.com Git - rustc.git/blobdiff - src/librustdoc/passes/strip_private.rs
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / librustdoc / passes / strip_private.rs
index f244956e50336e0a24798bbff1534de76779b0d1..9173d8e96058eee2fed67ca4b2e02f72ae7e241c 100644 (file)
@@ -9,7 +9,7 @@ pub const STRIP_PRIVATE: Pass = Pass {
     name: "strip-private",
     run: strip_private,
     description: "strips all private items from a crate which cannot be seen externally, \
-        implies strip-priv-imports",
+                  implies strip-priv-imports",
 };
 
 /// Strip private items from the point of view of a crate or externally from a