From 19ba2c6621ac51075457fdc37bd2c1cfd49df36f Mon Sep 17 00:00:00 2001 From: Piotr Magiera Date: Wed, 11 Sep 2024 19:31:20 +0200 Subject: [PATCH] Update warning message --- crates/cairo-profiler/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cairo-profiler/src/main.rs b/crates/cairo-profiler/src/main.rs index 49693aa..491c5c2 100644 --- a/crates/cairo-profiler/src/main.rs +++ b/crates/cairo-profiler/src/main.rs @@ -68,7 +68,7 @@ fn main() -> Result<()> { eprintln!( "[\x1b[0;33mWARNING\x1b[0m] Mappings used for generating information about \ inlined functions are missing. Make sure to add this to your Scarb.toml:\n\ - [cairo]\nunstable-add-statements-functions-debug-info = true" + [profile.dev.cairo]\nunstable-add-statements-functions-debug-info = true" ); }