Skip to content

Commit

Permalink
Reexport more traits from predicates-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Aug 29, 2019
1 parent 8b1e07b commit 09746e9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - ReleaseDate

### Added

- Reexport more traits from the predicates crate
([#42](https://github.com/asomers/mockall/pull/42))

### Changed
### Fixed
### Removed

## [0.4.0] - 29 August 2019
### Added

Expand Down
5 changes: 4 additions & 1 deletion mockall/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,10 @@ pub use lazy_static::lazy_static;

pub use predicates::{
boolean::PredicateBooleanExt,
prelude::{Predicate, predicate}
prelude::{
Predicate, PredicateBoxExt, PredicateFileContentExt, PredicateStrExt,
predicate
}
};
#[doc(hidden)]
pub use predicates_tree::CaseTreeExt;
Expand Down

0 comments on commit 09746e9

Please sign in to comment.