Make Playground public for error index generator
This commit is contained in:
parent
487c0cebe4
commit
9b84c91434
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue