Skip to content

Commit b38c2e0

Browse files
bjacotgcopybara-github
authored andcommitted
Migrate from ansi_term to nu_ansi_term
PiperOrigin-RevId: 548910612
1 parent 7b3fa40 commit b38c2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googletest/src/matcher_support/summarize_diff.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use std::borrow::Cow;
1717
use std::fmt::{Display, Write};
1818

19-
use ansi_term::{Color, Style};
19+
use nu_ansi_term::{Color, Style};
2020

2121
use crate::matcher_support::edit_distance;
2222

0 commit comments

Comments
 (0)