From 002f3fd390f64b1d7632f8530a0db81d45edf6c2 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 15 Jun 2026 01:41:13 +0800 Subject: Reorder file lists in example page configs --- examples/example-unit-test/page.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/example-unit-test') diff --git a/examples/example-unit-test/page.toml b/examples/example-unit-test/page.toml index d778d49..d8a248c 100644 --- a/examples/example-unit-test/page.toml +++ b/examples/example-unit-test/page.toml @@ -7,4 +7,4 @@ desc = """ Shows how to write unit tests for Chain and Renderer functions using the `entry!` macro and assertion helpers. """ tags = ["testing", "extra_macros"] -files = ["Cargo.toml", "src/main.rs"] +files = ["src/main.rs", "Cargo.toml"] -- cgit