]> git.lizzy.rs Git - rust.git/commitdiff
Merge #2497
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sun, 8 Dec 2019 10:35:30 +0000 (10:35 +0000)
committerGitHub <noreply@github.com>
Sun, 8 Dec 2019 10:35:30 +0000 (10:35 +0000)
2497: Remove MacroFileKind r=matklad a=edwin0cheng

This PR move `to_macro_file_kind` to `hir_expand::db` and use it to get the `FragmentKind` directly, such that we can remove `MacroFileKind`.

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>

Trivial merge