]> git.lizzy.rs Git - rust.git/commit
Modify the `Bytes` type so that it remains cloneable even
authorNiko Matsakis <niko@alum.mit.edu>
Fri, 19 Dec 2014 03:16:48 +0000 (22:16 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Fri, 19 Dec 2014 08:29:59 +0000 (03:29 -0500)
commita04ce71172d8b51aa0d7df288bfd7333e39c763a
tree3495c43bd416cbd1d7e4c29f50f4a39c384f0691
parent89922e52b06fbe1af74983cf2f936c5bf9e6d91e
Modify the `Bytes` type so that it remains cloneable even
though it includes a `fn()`. This is really a more general
problem but I wanted to ensures that `bytes` in particular
remains working due to #12677.
src/libcore/str.rs