Make Playground public for error index generator

This commit is contained in:
Joshua Nelson 2020-11-15 06:44:23 -05:00
parent 487c0cebe4
commit 9b84c91434

View file

@ -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.