mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
1217cfb9e7
The `Float` trait methods will be usable as functions via UFCS, and we came to a consensus to remove duplicate functions like this a long time ago. It does still make sense to keep the duplicate functions when the trait methods are static, unless the decision to leave out the in-scope trait name resolution for static methods changes.