This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I'm aware that this is officially deprecated.
This set of changes is prompted by having things that continue to require
rustc-serialize
in some capacity, and the desire as a vendor to ensure thatrustc-serialize
thus continues to be usable.Fixing the tests is required to help us ensure it continues to be usable, because tests help identify when a mechanism breaks.
Alas, due to the derive macro's no longer seeming to exist, I've had to exorcise all tests that relied on those macros.
Some of these changes are also spurred on by the
lib.rs
explicit statement:Which for whatever reason doesn't adequately respond to
--cap-lints warn
.If this change set is not valuable, or at least, if not all changes are deemed valuable, this PR may still be helpful for other linux vendors who have the same sort of concerns about demonstrable usability.
If some changes in this are not quite up to standard, please ensure to give some sort of opportunity to rectify them before closing this PR.