From 7c93d279e60253fc380d73f2f84fe5e2a4a274e6 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Wed, 21 Apr 2021 07:50:23 -0400 Subject: Rename syntect module --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 8b382a34..21b6e749 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,7 +25,8 @@ mod style; mod wrapping; mod subcommands; -mod syntect_color; +mod syntect_utils; + mod tests; use std::io::{self, ErrorKind}; -- cgit v1.2.3