diff options
Diffstat (limited to 'src/comp/front')
| -rw-r--r-- | src/comp/front/ast.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp/front/ast.rs b/src/comp/front/ast.rs index fff7b24c..5dc0c4d2 100644 --- a/src/comp/front/ast.rs +++ b/src/comp/front/ast.rs @@ -36,7 +36,6 @@ tag def { def_ty_arg(def_id); def_binding(def_id); def_use(def_id); - def_import(def_id); } type crate = spanned[crate_]; |