Skip to content

Commit 3c2270b

Browse files
Kimundibrson
authored andcommitted
---
yaml --- r: 41471 b: refs/heads/snap-stage3 c: 98445d9 h: refs/heads/master i: 41469: d217728 41467: 638258d 41463: 24b32cb 41455: 7e4e384 41439: 115e1a5 41407: d5c6340 41343: 5f8c092 41215: 17565fd 40959: a2875c3 v: v3
1 parent 5d1a0f9 commit 3c2270b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 09bb07bed9166105ea961a42b5fff7739ae0d2e9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: a612e49a21412e2e53bf59ece4408c9f078a49f5
4+
refs/heads/snap-stage3: 98445d95d4615093c5e639f1e966830b99b95d63
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/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)