| commit | 05ef6ffa28719132df8967edc80ba45907166318 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Sat Aug 29 11:27:05 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Sat Aug 29 11:55:04 2020 -0700 |
| tree | fcbe772d437bb685d18a279973e182ac110834b9 | |
| parent | 5e668bce9b712aa2246a1a8918c2ee4145c2c410 [diff] [blame] |
Data structure to represent possibly unsafe module
diff --git a/syntax/mod.rs b/syntax/mod.rs index cd6f235..ae37802 100644 --- a/syntax/mod.rs +++ b/syntax/mod.rs
@@ -7,6 +7,7 @@ mod discriminant; mod doc; pub mod error; +pub mod file; pub mod ident; mod impls; pub mod mangle;