From 1154fb2630900e5d77ce9902a7e97c5898bcbc1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Cabrera?= Date: Tue, 13 Aug 2024 19:00:18 -0400 Subject: [PATCH] Use `eprintln!` instead of `println!` --- crates/cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/src/main.rs b/crates/cli/src/main.rs index b5a872b6..c6ab73ae 100644 --- a/crates/cli/src/main.rs +++ b/crates/cli/src/main.rs @@ -21,7 +21,7 @@ fn main() -> Result<()> { Command::EmitProvider(opts) => emit_provider(opts), c @ Command::Compile(opts) | c @ Command::Build(opts) => { if c.is_compile() { - println!( + eprintln!( r#" The `compile` command will be deprecated in the next major release of the CLI (v4.0.0)