We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ba547 commit ad7b285Copy full SHA for ad7b285
1 file changed
docsite/src/main.rs
@@ -720,7 +720,6 @@ fn Playground(
720
language: Language::Rust,
721
theme,
722
aria_label: "Rust source editor",
723
- placeholder: "Type Rust code...",
724
class: "playground-code-editor",
725
oninput: move |value| source.set(value),
726
}
0 commit comments