From 9fb1624c5eb0a00b1c22ad048436cc2735f22277 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 29 Jul 2020 15:46:47 +0200 Subject: Remove dead code --- xtask/src/ast_src.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'xtask/src') diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs index 8d1ffc5b5..7f0db31bd 100644 --- a/xtask/src/ast_src.rs +++ b/xtask/src/ast_src.rs @@ -322,7 +322,6 @@ pub(crate) fn rust_ast() -> AstSrc { /// /// [Reference](https://doc.rust-lang.org/reference/crates-and-source-files.html) struct SourceFile: ModuleItemOwner, AttrsOwner, DocCommentsOwner { - modules: [Module], } /// Function definition either with body or not. -- cgit v1.2.3