We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cfe8e8 commit 6cd143aCopy full SHA for 6cd143a
compiler-cli/src/run.rs
@@ -131,7 +131,7 @@ pub fn setup(
131
let warning_emitter = WarningEmitter::new(Rc::new(ConsoleWarningEmitter));
132
133
// Warn incase the module being run has been as internal
134
- let internal_module=built.is_internal(&module.clone().into()).unwrap_or(false);
+ let internal_module = built.is_internal(&module.clone().into()).unwrap_or(false);
135
if internal_module {
136
let warning = Warning::InternalMain {
137
module: module.clone().into(),
0 commit comments