Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the new nightly CI errors (#2811)
# Objective - CI is failing again - These failures result from rust-lang/rust#85200 ## Solution - Fix the errors which result from this by using the given fields - I also removed the now unused `Debug` impl. I suspect that we shouldn't use -D warnings for nightly CI - ideally we'd get a discord webhook message into some (non-#github) dedicated channel on warnings. But this does not implement that.
- Loading branch information