Pretend remote derives are not dead code

This commit is contained in:
David Tolnay
2018-05-02 13:29:44 -07:00
parent 893c0578dd
commit b78f434086
6 changed files with 152 additions and 4 deletions
+1
View File
@@ -49,6 +49,7 @@ mod bound;
mod fragment;
mod de;
mod pretend;
mod ser;
mod try;