mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 14:35:30 +00:00
Remove unnecessay .report() on ExitCode Since #93442, the return type is `ExitCode` anyway so there's no need to do a conversion using `.report()` (which is now just a no-op).