Do not trigger warnings for exported configurations.
This commit is contained in:
parent
9063549f2e
commit
38e8c6264d
|
@ -812,7 +812,9 @@ where
|
||||||
&mut self.data_types,
|
&mut self.data_types,
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
if our_modules.contains(checked_module.name.as_str()) {
|
if our_modules.contains(checked_module.name.as_str())
|
||||||
|
&& checked_module.name.as_str() != ast::CONFIG_MODULE
|
||||||
|
{
|
||||||
self.warnings.extend(warnings);
|
self.warnings.extend(warnings);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue