Skip to content

Commit

Permalink
Merge pull request #32 from pewsheen/fix/doc-test
Browse files Browse the repository at this point in the history
fix: doc test
  • Loading branch information
wusyong authored Apr 23, 2024
2 parents f669e49 + 47ac51a commit 3d49495
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 3d49495

Please sign in to comment.