lint against MaybeUninit::uninit().assume_init()
This commit is contained in:
@@ -804,6 +804,7 @@ pub fn register_plugins(reg: &mut rustc_driver::plugin::Registry<'_>, conf: &Con
|
||||
methods::STRING_EXTEND_CHARS,
|
||||
methods::SUSPICIOUS_MAP,
|
||||
methods::TEMPORARY_CSTRING_AS_PTR,
|
||||
methods::UNINIT_ASSUMED_INIT,
|
||||
methods::UNNECESSARY_FILTER_MAP,
|
||||
methods::UNNECESSARY_FOLD,
|
||||
methods::USELESS_ASREF,
|
||||
@@ -1116,6 +1117,7 @@ pub fn register_plugins(reg: &mut rustc_driver::plugin::Registry<'_>, conf: &Con
|
||||
methods::CLONE_DOUBLE_REF,
|
||||
methods::INTO_ITER_ON_ARRAY,
|
||||
methods::TEMPORARY_CSTRING_AS_PTR,
|
||||
methods::UNINIT_ASSUMED_INIT,
|
||||
minmax::MIN_MAX,
|
||||
misc::CMP_NAN,
|
||||
misc::FLOAT_CMP,
|
||||
|
||||
Reference in New Issue
Block a user