We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Playground
1 parent 487c0ce commit 9b84c91Copy full SHA for 9b84c91
1 file changed
src/librustdoc/html/markdown.rs
@@ -161,8 +161,8 @@ fn slugify(c: char) -> Option<char> {
161
162
#[derive(Clone, Debug)]
163
pub struct Playground {
164
- crate crate_name: Option<String>,
165
- crate url: String,
+ pub crate_name: Option<String>,
+ pub url: String,
166
}
167
168
/// Adds syntax highlighting and playground Run buttons to Rust code blocks.
0 commit comments