2 parents 3a265c5 + 2956358 commit abdefd3Copy full SHA for abdefd3
1 file changed
src/tests.rs
@@ -85,7 +85,7 @@ fn fallback_with_strange_args_produces_same_results() {
85
86
#[test]
87
fn de_yoda() {
88
- use bpaf::*;
+ use crate::*;
89
let parser = construct!(a(short('a').switch()), b(short('b').switch())).to_options();
90
91
let r = parser.run_inner(&[]).unwrap();
0 commit comments