Skip to content

Commit 969133e

Browse files
Fix intra-doc link
1 parent 5898916 commit 969133e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/doctest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ fn wrapped_rustc_command(rustc_wrappers: &[PathBuf], rustc_binary: &Path) -> Com
438438
/// (if multiple doctests are merged), `main` function,
439439
/// and everything needed to calculate the compiler's command-line arguments.
440440
/// The `# ` prefix on boring lines has also been stripped.
441-
struct RunnableDocTest {
441+
pub(crate) struct RunnableDocTest {
442442
full_test_code: String,
443443
full_test_line_offset: usize,
444444
test_opts: IndividualTestOptions,

0 commit comments

Comments
 (0)