aboutsummaryrefslogtreecommitdiff
path: root/xtask/src
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/src')
-rw-r--r--xtask/src/ast_src.rs1
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.