Skip to content

Commit 98445d9

Browse files
Kimundibrson
authored andcommitted
Removed wrong/wip doc
1 parent a612e49 commit 98445d9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libcore/num/num.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,6 @@ pub enum SignFormat {
215215
* with a 'divide by zero'. Likewise, it will fail if `num` **is** one of
216216
* those special values, and `special` is `false`, because then the
217217
* algorithm just does normal calculations on them.
218-
*
219-
* # Possible improvements
220-
* - Currently performs no rounding if truncating trailing digits.
221-
* - Make function handle numbers with expensive copies better.
222218
*/
223219
pub pure fn to_str_bytes_common<T: Num Zero One Eq Ord Round Copy>(
224220
num: &T, radix: uint, special: bool, negative_zero: bool,

0 commit comments

Comments
 (0)