fix(tests): import std::process::ExitCode

This commit is contained in:
Erica Marigold 2023-09-10 15:37:13 +05:30 committed by GitHub
parent 9800307d9f
commit d3dd11313f
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
use std::process::Stdio;
use std::process::ExitCode;
use anyhow::Result;
use console::set_colors_enabled;