aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/ast_src.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-29 14:46:47 +0100
committerAleksey Kladov <[email protected]>2020-07-29 14:46:47 +0100
commit9fb1624c5eb0a00b1c22ad048436cc2735f22277 (patch)
tree0f9cca6fd212c8aa99926144ec7685f714e4b4ce /xtask/src/ast_src.rs
parentb9c21078c5d738c12c9ae33491414b06907ebb48 (diff)
Remove dead code
Diffstat (limited to 'xtask/src/ast_src.rs')
-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.