Skip to content

Commit d94ea46

Browse files
committed
Fix clippy: Remove unused field: AsyncConfigBuilder::overrides
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
1 parent 16a2d24 commit d94ea46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/builder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ pub struct DefaultState {
122122
#[derive(Debug, Clone, Default)]
123123
pub struct AsyncConfigBuilder {
124124
defaults: Map<Expression, Value>,
125-
overrides: Map<Expression, Value>,
126125
}
127126

128127
/// Represents data specific to builder in asychronous state, with support for async.

0 commit comments

Comments
 (0)