]> git.lizzy.rs Git - rust.git/commit
Remove a bogus match from type_is_unique
authorBjörn Steinbrink <bsteinbr@gmail.com>
Mon, 2 Feb 2015 17:58:24 +0000 (18:58 +0100)
committerBjörn Steinbrink <bsteinbr@gmail.com>
Mon, 2 Feb 2015 17:58:24 +0000 (18:58 +0100)
commit431baa9a19fefeab66ad9399d2271aa1efb69c87
tree078515f7271901ab5eb65072dbc86f93e0585025
parent758a296e2710746a31b36a2396047aad2367cfa5
Remove a bogus match from type_is_unique

The inner match will always result in `true`, so we can as well replace
it with just that.
src/librustc/middle/ty.rs