Remove TODO around reducing incompatible wheel size (#11712)

## Summary

This actually doesn't reduce the variant size :)
This commit is contained in:
Charlie Marsh
2025-02-22 12:12:47 -10:00
committed by GitHub
parent 359a3cbe44
commit 49d790a1f4
@@ -294,8 +294,6 @@ pub enum IncompatibleWheel {
/// The wheel tags do not match those of the target Python platform.
Tag(IncompatibleTag),
/// The required Python version is not a superset of the target Python version range.
///
/// TODO(charlie): Consider making this two variants to reduce enum size.
RequiresPython(VersionSpecifiers, PythonRequirementKind),
/// The wheel was yanked.
Yanked(Yanked),