Skip to content

Commit 62b78aa

Browse files
committed
---
yaml --- r: 160483 b: refs/heads/master c: 75ffadf h: refs/heads/master i: 160481: c6dc75b 160479: 273a1e6 v: v3
1 parent 6e3608d commit 62b78aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 879af89baf65b9f94d676924e249958c86eb21b3
2+
refs/heads/master: 75ffadf8b65495ababae49d8162f85c58cd2c2a9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: c9f6d696420107f82304b992cf623b806995fe18
55
refs/heads/try: 225de0d60f8ca8dcc62ab2fd8818ebbda4b58cfe

trunk/src/libcore/char.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ pub trait Char {
225225
/// Returns `true` if `c` is a valid digit under `radix`, and `false`
226226
/// otherwise.
227227
///
228-
/// # Failure
228+
/// # Panics
229229
///
230-
/// Fails if given a radix > 36.
230+
/// Panics if given a radix > 36.
231231
#[unstable = "pending error conventions"]
232232
fn is_digit(self, radix: uint) -> bool;
233233

0 commit comments

Comments
 (0)