| commit | 0634b1f28caaead0902027a775c9017e55d6495d | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Sun Dec 20 21:04:04 2020 -0800 |
| committer | David Tolnay <dtolnay@gmail.com> | Sun Dec 20 21:12:11 2020 -0800 |
| tree | eb0513e57c9eb1ee3014d8cee311fb055aa6a458 | |
| parent | ee20544e01f75ceae26588b9531f7cfeaaa032f7 [diff] [blame] |
Extract trivial extern type alias detection to module
diff --git a/syntax/mod.rs b/syntax/mod.rs index 31c88c9..4cedc28 100644 --- a/syntax/mod.rs +++ b/syntax/mod.rs
@@ -22,6 +22,7 @@ pub mod symbol; mod tokens; mod toposort; +pub mod trivial; pub mod types; use self::discriminant::Discriminant;