Skip to content

Commit e80896e

Browse files
authored
Rollup merge of #124627 - RalfJung:interpret-doc-no-inline, r=fmease
interpret: hide some reexports in rustdoc Cc rust-lang/rust#124608
2 parents a51b7dd + 74cf21e commit e80896e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,10 @@ mod shims;
8989
// Establish a "crate-wide prelude": we often import `crate::*`.
9090

9191
// Make all those symbols available in the same place as our own.
92+
#[doc(no_inline)]
9293
pub use rustc_const_eval::interpret::*;
9394
// Resolve ambiguity.
95+
#[doc(no_inline)]
9496
pub use rustc_const_eval::interpret::{self, AllocMap, PlaceTy, Provenance as _};
9597

9698
pub use crate::shims::env::{EnvVars, EvalContextExt as _};

0 commit comments

Comments
 (0)