]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/passes/strip_private.rs
Rollup merge of #69565 - RalfJung:assert, r=eddyb
[rust.git] / src / librustdoc / passes / strip_private.rs
index f4ec9cc364904136db2f58d62502726640886c10..f244956e50336e0a24798bbff1534de76779b0d1 100644 (file)
@@ -7,7 +7,7 @@
 
 pub const STRIP_PRIVATE: Pass = Pass {
     name: "strip-private",
-    pass: strip_private,
+    run: strip_private,
     description: "strips all private items from a crate which cannot be seen externally, \
         implies strip-priv-imports",
 };