Fix issue in external subexpression paths (#3642)

* Fix issue in external subexpression paths

* new clippy dropped

* clippy
This commit is contained in:
JT
2021-06-18 07:59:58 +12:00
committed by GitHub
parent 6c2c16a971
commit d9d956e54f
159 changed files with 285 additions and 324 deletions

View File

@ -15,7 +15,7 @@ fn adds_a_row_to_the_end() {
| nth 3
"#
)),
says().to_stdout("pollo loco")
says().stdout("pollo loco")
);
})
}