mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 05:04:48 +00:00
refactor: remove redundant qualification of symbols in Rust (#15201)
This commit is contained in:
parent
1a7259b04b
commit
dbf5e95b59
8 changed files with 28 additions and 33 deletions
|
@ -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,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue