aboutsummaryrefslogtreecommitdiff
path: root/xtask/src
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-07-29 14:47:10 +0100
committerGitHub <[email protected]>2020-07-29 14:47:10 +0100
commit9110e3b67f8403f453247a12ad878b6c92c3d3d3 (patch)
tree0f9cca6fd212c8aa99926144ec7685f714e4b4ce /xtask/src
parentb9c21078c5d738c12c9ae33491414b06907ebb48 (diff)
parent9fb1624c5eb0a00b1c22ad048436cc2735f22277 (diff)
Merge #5569
5569: Remove dead code r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
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.