chore: Remove duplicate lock entry

This commit is contained in:
Ed Page 2022-04-06 12:18:40 -05:00
parent b2b016ff5d
commit e3a1397e04

View file

@ -203,15 +203,6 @@ impl TypeEngineConfig {
..Default::default()
},
});
patterns
.entry("lock".into())
.or_insert_with(|| GlobEngineConfig {
extend_glob: Vec::new(),
engine: EngineConfig {
check_file: Some(false),
..Default::default()
},
});
patterns.into_iter()
}
}