]> git.lizzy.rs Git - rust.git/commit
Replace owned with borrowed pointer.
authorChris Morgan <me@chrismorgan.info>
Fri, 12 Jul 2013 13:17:59 +0000 (23:17 +1000)
committerChris Morgan <me@chrismorgan.info>
Fri, 12 Jul 2013 13:17:59 +0000 (23:17 +1000)
commit5b656cfbcb723efcd4d9b4f73b1e51ddcbc3e593
treecb08304dfea54bbf4e0b54c1e8cb904ec67fa5ae
parentb8e95c46024754b49bdeb24b338e4b24e7c0ef23
Replace owned with borrowed pointer.

As pointed out by cmr, there's no need for it to be owned there.
That was also in the original scope of #7711.
src/libextra/bitv.rs