diff options
Diffstat (limited to 'src/libcore/unstable/extfmt.rs')
| -rw-r--r-- | src/libcore/unstable/extfmt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/unstable/extfmt.rs b/src/libcore/unstable/extfmt.rs index 28f810c3a28..766dd1a37a0 100644 --- a/src/libcore/unstable/extfmt.rs +++ b/src/libcore/unstable/extfmt.rs @@ -140,7 +140,7 @@ pub mod ct { } pub impl<T> Parsed<T> { - static pure fn new(&self, val: T, next: uint) -> Parsed<T> { + pure fn new(val: T, next: uint) -> Parsed<T> { Parsed {val: val, next: next} } } |
