File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,6 @@ pub fn is_empty() -> EmptyMatcher {
4242 EmptyMatcher
4343}
4444
45- /// This is deprecated. Use `is_empty()` instead.
46- #[ deprecated( since = "0.14.1" , note = "Use `is_empty()` instead." ) ]
47- pub fn empty ( ) -> EmptyMatcher {
48- EmptyMatcher
49- }
50-
5145#[ derive( MatcherBase ) ]
5246pub struct EmptyMatcher ;
5347
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ pub use contains_regex_matcher::contains_regex;
7070pub use derefs_to_matcher:: derefs_to;
7171pub use display_matcher:: displays_as;
7272pub use each_matcher:: each;
73- pub use empty_matcher:: { empty , is_empty} ;
73+ pub use empty_matcher:: is_empty;
7474pub use eq_matcher:: { eq, EqMatcher } ;
7575pub use err_matcher:: err;
7676pub use ge_matcher:: ge;
You can’t perform that action at this time.
0 commit comments