We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c1ac6 commit 78a4090Copy full SHA for 78a4090
1 file changed
examples/check.rs
@@ -30,7 +30,7 @@ fn main() {
30
use expectrl::AsyncExpect;
31
32
let f = async {
33
- let mut session = spawn("python ./tests/source/ansi.py").unwrap();
+ let mut p = spawn("python ./tests/source/ansi.py").unwrap();
34
35
loop {
36
let result = check! {
0 commit comments