Consider variant constructors pure functions for the purpose of purity checking
Closes #1269
This commit is contained in:
parent
94b0fee6f1
commit
a7c6cb7385
2 changed files with 3 additions and 3 deletions
|
|
@ -176,7 +176,6 @@ fn scan_exponent(rdr: reader) -> option::t<str> {
|
|||
}
|
||||
|
||||
fn scan_digits(rdr: reader, radix: uint) -> str {
|
||||
radix; // FIXME work around issue #1265
|
||||
let rslt = "";
|
||||
while true {
|
||||
let c = rdr.curr();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue