Skip to content

Commit 16e975d

Browse files
marcianxcopybara-github
authored andcommitted
Refactor matches_pattern into a proc macro to aid readability and simplify subsequent improvements to its functionality (specifically #447).
PiperOrigin-RevId: 700322995
1 parent f02ad6a commit 16e975d

File tree

7 files changed

+329
-675
lines changed

7 files changed

+329
-675
lines changed

googletest/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub mod matcher;
3030
pub mod matcher_support;
3131
pub mod matchers;
3232

33-
pub use googletest_macro::{__abbreviated_stringify, __googletest_macro_verify_pred};
33+
pub use googletest_macro::__abbreviated_stringify;
3434

3535
/// Re-exports of the symbols in this crate which are most likely to be used.
3636
///

0 commit comments

Comments
 (0)