mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Rename ansi.rs to colors.rs (#2956)
This commit is contained in:
parent
4556a38ed9
commit
a93b29007f
7 changed files with 31 additions and 31 deletions
|
@ -299,7 +299,7 @@ impl GetErrorKind for dyn AnyError {
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use crate::ansi::strip_ansi_codes;
|
||||
use crate::colors::strip_ansi_codes;
|
||||
use crate::diagnostics::Diagnostic;
|
||||
use crate::diagnostics::DiagnosticCategory;
|
||||
use crate::diagnostics::DiagnosticItem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue