diff options
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/src/ast_src.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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 { | |||
322 | /// | 322 | /// |
323 | /// [Reference](https://doc.rust-lang.org/reference/crates-and-source-files.html) | 323 | /// [Reference](https://doc.rust-lang.org/reference/crates-and-source-files.html) |
324 | struct SourceFile: ModuleItemOwner, AttrsOwner, DocCommentsOwner { | 324 | struct SourceFile: ModuleItemOwner, AttrsOwner, DocCommentsOwner { |
325 | modules: [Module], | ||
326 | } | 325 | } |
327 | 326 | ||
328 | /// Function definition either with body or not. | 327 | /// Function definition either with body or not. |