pendulum-project / ntpd-rs

A full-featured implementation of the Network Time Protocol, including NTS support.
https://trifectatech.org
Other
749 stars 42 forks source link

Enable pedantic clippy on all crates and deal with the fallout #1658

Open davidv1992 opened 2 weeks ago

davidv1992 commented 2 weeks ago

We really should do as it would have prevented a bug. But this is going to take some effort... Be prepared that this is not the most fun task.

Also, be carefull not to introduce msrv changes with this.