Skip to content

Commit

Permalink
Make Playground public for error index generator
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Nov 15, 2020
1 parent 487c0ce commit 9b84c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustdoc/html/markdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ fn slugify(c: char) -> Option<char> {

#[derive(Clone, Debug)]
pub struct Playground {
crate crate_name: Option<String>,
crate url: String,
pub crate_name: Option<String>,
pub url: String,
}

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

0 comments on commit 9b84c91

Please sign in to comment.