Skip to content

Commit ad7b285

Browse files
committed
remove textarea placeholder
1 parent 83ba547 commit ad7b285

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docsite/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,6 @@ fn Playground(
720720
language: Language::Rust,
721721
theme,
722722
aria_label: "Rust source editor",
723-
placeholder: "Type Rust code...",
724723
class: "playground-code-editor",
725724
oninput: move |value| source.set(value),
726725
}

0 commit comments

Comments
 (0)