From 8fba808a9a957ec9d4ee74ea1cfdbe9c211eddee Mon Sep 17 00:00:00 2001 From: Melaton <77706174+HundSimon@users.noreply.github.com> Date: Mon, 20 Jan 2025 20:32:32 +0800 Subject: [PATCH] fix: incorrect semicolon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b90842e..7e6564d 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ git clone https://github.com/imgui-rs/imgui-examples cd imgui-examples # At the reposity root -cargo test; +cargo test cargo run --example hello_world cargo run --example test_window