Closed BenjaminBrienen closed 1 week ago
This line unsafe { BundleInfo::new(core::any::type_name::<T>(), components, component_ids, id) };
is 103 characters long, which exceeds the default max_width
of 100
. Because this is inside the .or_insert_with()
call this is a duplicate of #3863. You can bump the max_width
and rustfmt will be able to format this chained method call.
"formatted" code:
The focus:
Expected: