summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-20 15:47:04 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-20 15:47:40 +0300
commit258ee4398bde99009663ff23521cbfd8324312a0 (patch)
tree0ef9f779477eb2a8b02161ce1255e5283a6c69db /src/lib.rs
parent08063f6d7241817cf1a04367be25b0c43202c15b (diff)
downloadsubplot-258ee4398bde99009663ff23521cbfd8324312a0.tar.gz
feat: when more than one bindings match a step, list all of them
Sponsored-by: author
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 960e3ef..e2b1431 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -60,6 +60,7 @@ pub use parser::parse_scenario_snippet;
mod matches;
pub use matches::MatchedScenario;
pub use matches::MatchedStep;
+pub use matches::MatchedSteps;
pub use matches::PartialStep;
pub use matches::StepSnippet;