]> git.lizzy.rs Git - rust.git/commit
Use `Cow` instead of `String` to avoid unnecessary allocations.
authorCorey Farwell <coreyf@rwell.org>
Mon, 10 Oct 2016 23:35:22 +0000 (19:35 -0400)
committerCorey Farwell <coreyf@rwell.org>
Mon, 10 Oct 2016 23:35:22 +0000 (19:35 -0400)
commita8e257091b4fd77e1b9008c9129635fb6b76ac3d
tree1a2d6690dc9a00ba36bc0f97a84ac0e5448b0a12
parent3a15475d363d60ba5ab947c6f8595c0a437623b4
Use `Cow` instead of `String` to avoid unnecessary allocations.
src/librustc/session/filesearch.rs