| commit | 0beba91b4979ffc37f5c5ce467788c10c866bda9 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Wed Dec 09 23:42:07 2020 -0800 |
| committer | David Tolnay <dtolnay@gmail.com> | Wed Dec 09 23:54:08 2020 -0800 |
| tree | b3d854477789a6a0a19de62ccd78982a47e01165 | |
| parent | 8779ecc0f3ade0aac6917d0568262b859e9a2ede [diff] [blame] |
Improve POD detection for structs with POD fields
diff --git a/syntax/mod.rs b/syntax/mod.rs index 3b5b4d7..31c88c9 100644 --- a/syntax/mod.rs +++ b/syntax/mod.rs
@@ -15,6 +15,7 @@ mod names; pub mod namespace; mod parse; +mod pod; pub mod qualified; pub mod report; pub mod set;