| commit | 795e7b478f573581f26215b8f59fe412a42354e0 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Fri Mar 26 22:08:18 2021 -0400 |
| committer | David Tolnay <dtolnay@gmail.com> | Sat Mar 27 01:23:04 2021 -0400 |
| tree | 9b534fc786891fc30cf6fbd48df8e7d70bb90400 | |
| parent | c547547b0305af5e01b1bae39fa0613e5f527984 [diff] [blame] |
Factor out impl/ty generic splitting to module
diff --git a/syntax/mod.rs b/syntax/mod.rs index 5422681..3d56293 100644 --- a/syntax/mod.rs +++ b/syntax/mod.rs
@@ -20,7 +20,7 @@ mod pod; pub mod qualified; pub mod report; -mod resolve; +pub mod resolve; pub mod set; pub mod symbol; mod tokens;