Module rustc_lint::map_unit_fn
source ยท Structsยง
Staticsยง
- The
map_unit_fn
lint checks forIterator::map
receive a callable that returns()
.
Functionsยง
- is_diagnostic_name ๐
- is_impl_slice ๐
- is_unit_type ๐
map_unit_fn
lint checks for Iterator::map
receive
a callable that returns ()
.