File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
crates/ra_syntax/src/ast/generated Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,7 @@ pub struct SourceFile {
15
15
impl ast:: ModuleItemOwner for SourceFile { }
16
16
impl ast:: AttrsOwner for SourceFile { }
17
17
impl ast:: DocCommentsOwner for SourceFile { }
18
- impl SourceFile {
19
- pub fn modules ( & self ) -> AstChildren < Module > { support:: children ( & self . syntax ) }
20
- }
18
+ impl SourceFile { }
21
19
/// Function definition either with body or not.
22
20
/// Includes all of its attributes and doc comments.
23
21
///
Original file line number Diff line number Diff line change @@ -322,7 +322,6 @@ pub(crate) fn rust_ast() -> AstSrc {
322
322
///
323
323
/// [Reference](https://doc.rust-lang.org/reference/crates-and-source-files.html)
324
324
struct SourceFile : ModuleItemOwner , AttrsOwner , DocCommentsOwner {
325
- modules: [ Module ] ,
326
325
}
327
326
328
327
/// Function definition either with body or not.
You can’t perform that action at this time.
0 commit comments