Skip to content

Commit 9b84c91

Browse files
committed
Make Playground public for error index generator
1 parent 487c0ce commit 9b84c91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustdoc/html/markdown.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ fn slugify(c: char) -> Option<char> {
161161

162162
#[derive(Clone, Debug)]
163163
pub struct Playground {
164-
crate crate_name: Option<String>,
165-
crate url: String,
164+
pub crate_name: Option<String>,
165+
pub url: String,
166166
}
167167

168168
/// Adds syntax highlighting and playground Run buttons to Rust code blocks.

0 commit comments

Comments
 (0)