Skip to content

Commit 16a2d24

Browse files
committed
Fix clippy: Remove unused field: AsyncConfigBuilder::sources
Signed-off-by: Matthias Beyer <[email protected]>
1 parent 8fa80ff commit 16a2d24

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
@@ -123,7 +123,6 @@ pub struct DefaultState {
123123
pub struct AsyncConfigBuilder {
124124
defaults: Map<Expression, Value>,
125125
overrides: Map<Expression, Value>,
126-
sources: Vec<SourceType>,
127126
}
128127

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

0 commit comments

Comments
 (0)