Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b86dd16

Browse files
committed
remove unneeded Version import
1 parent 813aa79 commit b86dd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ use crate::utils::indent_next_line;
5454

5555
pub use crate::config::{
5656
load_config, CliOptions, Color, Config, Edition, EmitMode, FileLines, FileName, NewlineStyle,
57-
Range, Verbosity, Version,
57+
Range, Verbosity,
5858
};
5959

6060
#[macro_use]

0 commit comments

Comments
 (0)