refactor: replace ansi_term with nu_ansi_term (#4339)

This commit is contained in:
David Knaack
2022-09-04 18:44:54 +02:00
committed by GitHub
parent 020759e56a
commit 6ac5df904b
81 changed files with 149 additions and 142 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ pub fn module<'a>(context: &'a Context) -> Option<Module<'a>> {
mod tests {
use super::*;
use crate::test::ModuleRenderer;
use ansi_term::Color;
use nu_ansi_term::Color;
use std::fs::File;
use std::io;