NLnetLabs / domain

A DNS library for Rust.
https://nlnetlabs.nl/projects/domain/about/
BSD 3-Clause "New" or "Revised" License
332 stars 56 forks source link

Fix a new nightly warning involving never and unit types. #337

Closed partim closed 1 month ago

partim commented 1 month ago

This PR fixes a new warning “this function depends on never type fallback being ()” by removing some code without effect.