NLnetLabs / domain

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

Change FoundSrvs::merge signature and documentation. #232

Closed partim closed 11 months ago

partim commented 11 months ago

This PR changes the signature of FoundSrvs::merge to use a non-mut other and also changes the documentation to state the method doesn’t change other which it didn’t do.