]> git.lizzy.rs Git - rust.git/commit
Merge #247
authorbors[bot] <bors[bot]@users.noreply.github.com>
Wed, 28 Nov 2018 01:10:58 +0000 (01:10 +0000)
committerbors[bot] <bors[bot]@users.noreply.github.com>
Wed, 28 Nov 2018 01:10:58 +0000 (01:10 +0000)
commit95c0c8f3986c8b3bcf0052d34d3ace09ebb9fa1b
tree0e5aa7337c000dd8c6ef3a7fedba68abf7feca8a
parent9f08341aa486ea59cb488635f19e960523568fb8
parent59e29aef633e906837f8fed604435976a46be691
Merge #247

247: Hir r=matklad a=matklad

This doesn't achive anything new, just a big refactoring.

The main change is that Descriptors are now called `hir`, and live in a separate crate.

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>