Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Commit

Permalink
Add test case with wildcard import
Browse files Browse the repository at this point in the history
CC #22
Fixes #24
  • Loading branch information
SimonSapin committed Oct 2, 2021
1 parent 276e723 commit 4ddd8f6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions matches/tests/use_star.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//! https://github.com/SimonSapin/rust-std-candidates/issues/22

extern crate matches;

use matches::*;

#[test]
fn test_assert_matches() {
assert_matches!(4, 4)
}

0 comments on commit 4ddd8f6

Please sign in to comment.