From dbf5e95b59656b05f28218a27d128cae9fd68342 Mon Sep 17 00:00:00 2001 From: orvit Date: Thu, 14 Jul 2022 16:52:44 -0500 Subject: refactor: remove redundant qualification of symbols in Rust (#15201) --- cli/fmt_errors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/fmt_errors.rs') diff --git a/cli/fmt_errors.rs b/cli/fmt_errors.rs index 759850cec..53cf975bc 100644 --- a/cli/fmt_errors.rs +++ b/cli/fmt_errors.rs @@ -127,7 +127,7 @@ fn format_maybe_source_line( if column_number as usize > source_line.len() { return format!( "\n{} Couldn't format source line: Column {} is out of bounds (source may have changed at runtime)", - crate::colors::yellow("Warning"), column_number, + yellow("Warning"), column_number, ); } -- cgit v1.2.3