File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Removed
11
+
12
+ - ` Default ` trait impl for ` PasFmtConfiguration ` .
13
+
10
14
### Added
11
15
12
16
- ` try_create ` and ` validate ` functions to the type generated by the ` pasfmt_config! ` macro.
Original file line number Diff line number Diff line change @@ -157,20 +157,6 @@ fn get_styles() -> Styles {
157
157
. placeholder ( AnsiColor :: White . on_default ( ) )
158
158
}
159
159
160
- impl Default for PasFmtConfiguration {
161
- fn default ( ) -> Self {
162
- Self {
163
- paths : Default :: default ( ) ,
164
- files_from : Default :: default ( ) ,
165
- config_file : Default :: default ( ) ,
166
- verbose : Default :: default ( ) ,
167
- config : Default :: default ( ) ,
168
- log_level : LevelFilter :: Warn ,
169
- mode : None ,
170
- }
171
- }
172
- }
173
-
174
160
// By default, some providers save the source code location as their 'source'.
175
161
// This struct and corresponding trait provide a way to erase that while also
176
162
// providing a new name for the metadata.
You can’t perform that action at this time.
0 commit comments