File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 879af89baf65b9f94d676924e249958c86eb21b3
2
+ refs/heads/master: 75ffadf8b65495ababae49d8162f85c58cd2c2a9
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: c9f6d696420107f82304b992cf623b806995fe18
5
5
refs/heads/try: 225de0d60f8ca8dcc62ab2fd8818ebbda4b58cfe
Original file line number Diff line number Diff line change @@ -225,9 +225,9 @@ pub trait Char {
225
225
/// Returns `true` if `c` is a valid digit under `radix`, and `false`
226
226
/// otherwise.
227
227
///
228
- /// # Failure
228
+ /// # Panics
229
229
///
230
- /// Fails if given a radix > 36.
230
+ /// Panics if given a radix > 36.
231
231
#[ unstable = "pending error conventions" ]
232
232
fn is_digit ( self , radix : uint ) -> bool ;
233
233
You can’t perform that action at this time.
0 commit comments