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<()>) {