]> git.lizzy.rs Git - rust.git/commit
Improve memory usage of libsyntax
authorPeter Atashian <retep998@gmail.com>
Sat, 13 Sep 2014 05:13:38 +0000 (01:13 -0400)
committerPeter Atashian <retep998@gmail.com>
Sat, 13 Sep 2014 05:13:59 +0000 (01:13 -0400)
commitbcad3a581663e84694e99300349341822b8e8f6e
treea59a04d785c6cfdeb361c79e6758c279e9fcea9d
parent8780d9c6b5abce83089ca1dafb7efd178569a052
Improve memory usage of libsyntax
Replaces some usage of `.to_string()` with `.into_string()`

Signed-off-by: Peter Atashian <retep998@gmail.com>
src/libsyntax/parse/token.rs
src/libsyntax/util/interner.rs