diff options
author | Aleksey Kladov <[email protected]> | 2020-07-29 14:46:47 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-07-29 14:46:47 +0100 |
commit | 9fb1624c5eb0a00b1c22ad048436cc2735f22277 (patch) | |
tree | 0f9cca6fd212c8aa99926144ec7685f714e4b4ce /xtask/src | |
parent | b9c21078c5d738c12c9ae33491414b06907ebb48 (diff) |
Remove dead code
Diffstat (limited to 'xtask/src')
-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. |