Skip to content

Commit

Permalink
Fix clippy::empty_line_after_doc_comments lint (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Oct 3, 2024
1 parent 88e59c3 commit 7647a14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/run_wasm/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
/// ```
/// cargo run_wasm -p with_winit
/// ```

fn main() {
cargo_run_wasm::run_wasm_cli_with_css("body { margin: 0px; }");
}

0 comments on commit 7647a14

Please sign in to comment.