Skip to content

Commit

Permalink
fix: doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
pewsheen committed Apr 23, 2024
1 parent f669e49 commit 47ac51a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<()>) {
Expand Down

0 comments on commit 47ac51a

Please sign in to comment.