We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a2b30 commit 3d49606Copy full SHA for 3d49606
ch_11/integration-tests/src/main.rs
@@ -42,7 +42,6 @@ async fn main() -> Result<(), handle_errors::Error> {
42
.output()
43
.expect("sqlx command failed to start");
44
45
- io::stdout().write_all(&s.stdout).unwrap();
46
io::stdout().write_all(&s.stderr).unwrap();
47
48
let s = Command::new("sqlx")
@@ -53,7 +52,6 @@ async fn main() -> Result<(), handle_errors::Error> {
53
52
54
55
56
57
58
59
let store = setup_store(&config).await?;
0 commit comments