Searched refs:Warn (Results 1 – 6 of 6) sorted by relevance
29 // Warn against template literal placeholder syntax in regular strings32 // Warn if return statements do not either always or never specify values35 // Warn if no return statements in callbacks of array methods53 // Warn against extending native types56 // Warn against unnecessary calls to .bind()59 // Warn against unnecessary labels65 // Warn against shorthand type conversions68 // Warn against function declarations and expressions inside loop statements74 // Warn against new operators with the String, Number, and Boolean objects95 // Warn against catch clause parameters from shadowing variables in the outer scope[all …]
21 Warn = 5, enumerator
347 Warn, enumerator369 DBusLogVerbosity::Warn => log::warn!("{}", output), in log()
299 LevelFilter::Warn in parse_log_level()
129 DOH_LOG_LEVEL_WARN => Some(Warn), in level_from_u32()