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

Commit 2eab971

Browse files
committed
lib: export config::Edition so it can be used externally
Signed-off-by: Otavio Salvador <[email protected]>
1 parent 584d871 commit 2eab971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ use issues::Issue;
4848
use shape::Indent;
4949

5050
pub use config::{
51-
load_config, CliOptions, Color, Config, EmitMode, FileLines, FileName, NewlineStyle, Range,
52-
Verbosity,
51+
load_config, CliOptions, Color, Config, Edition, EmitMode, FileLines, FileName, NewlineStyle,
52+
Range, Verbosity,
5353
};
5454

5555
#[macro_use]

0 commit comments

Comments
 (0)