]> git.lizzy.rs Git - rust.git/commit
Remove the unneeded Sized bound on TypeId creation
authorJonathan Reem <jonathan.reem@gmail.com>
Tue, 6 Jan 2015 21:59:07 +0000 (22:59 +0100)
committerJonathan Reem <jonathan.reem@gmail.com>
Tue, 6 Jan 2015 21:59:07 +0000 (22:59 +0100)
commit240423236906a2df976edd6065bbc595711b83c0
tree2563d0251e50c93c28a1767ea9104aeb4c41742f
parent6539cb417f4a7c2d9d1afce44c196578d2b67f38
Remove the unneeded Sized bound on TypeId creation

This bound is probably unintentional and is unnecessarily
constricting.
src/libcore/intrinsics.rs