Remove reference to nonexistent ast.module from typestate_check.rs, stage1 doesn't like it.

This commit is contained in:
Graydon Hoare 2011-04-06 04:18:12 +00:00
parent 52abd912c0
commit 5e98cd9472

View File

@ -45,7 +45,6 @@ import front.ast.ann_type;
import front.ast._obj;
import front.ast._mod;
import front.ast.crate;
import front.ast.module;
import front.ast.mod_index_entry;
import front.ast.mie_item;
import front.ast.item_fn;