Clippy warned that the manual Default implementation for BlackHoleMaterial could be derived (clippy::derivable_impls). We now derive Default directly on the struct and remove the manual implementation block.
Clippy warned that the manual Default implementation for BlackHoleMaterial could be derived (clippy::derivable_impls). We now derive Default directly on the struct and remove the manual implementation block.