mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 13:54:44 +00:00
Fix warning
This commit is contained in:
@@ -273,10 +273,10 @@ mod test {
|
||||
struct TestBuilder {
|
||||
import_config: ImportConfig,
|
||||
vc: ApiTester,
|
||||
dir: TempDir,
|
||||
/// Holds the temp directory owned by the `CreateTestBuilder` so it doesn't get cleaned-up
|
||||
/// before we can read it.
|
||||
create_dir: Option<TempDir>,
|
||||
_dir: TempDir,
|
||||
}
|
||||
|
||||
impl TestBuilder {
|
||||
@@ -295,8 +295,8 @@ mod test {
|
||||
ignore_duplicates: false,
|
||||
},
|
||||
vc,
|
||||
dir,
|
||||
create_dir: None,
|
||||
_dir: dir,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user