auto merge of #13225 : thestinger/rust/num, r=cmr
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.
This commit is contained in:
commit
1217cfb9e7
9 changed files with 136 additions and 293 deletions
|
@ -206,8 +206,6 @@ pub mod raw;
|
|||
/* For internal use, not exported */
|
||||
|
||||
mod unicode;
|
||||
#[path = "num/cmath.rs"]
|
||||
mod cmath;
|
||||
|
||||
// FIXME #7809: This shouldn't be pub, and it should be reexported under 'unstable'
|
||||
// but name resolution doesn't work without it being pub.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue