From 47ac51aca9fe4739d753112262edc31a6da1523a Mon Sep 17 00:00:00 2001 From: Jason Tsai Date: Tue, 23 Apr 2024 18:09:01 +0800 Subject: [PATCH] fix: doc test --- src/test.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test.rs b/src/test.rs index 6f9d1c7..6f58aa5 100644 --- a/src/test.rs +++ b/src/test.rs @@ -11,6 +11,7 @@ /// Then, in your test, use the `verso_test!` macro to run your tests. The tests must be functions that take an `EventLoopWindowTarget`. /// /// ```rust +/// use verso::verso_test; /// use verso::winit::event_loop::EventLoopWindowTarget; /// /// fn my_test(elwt: &EventLoopWindowTarget<()>) {