mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Remove dead code
This commit is contained in:
parent
b9c21078c5
commit
9fb1624c5e
2 changed files with 1 additions and 4 deletions
|
@ -322,7 +322,6 @@ pub(crate) fn rust_ast() -> AstSrc {
|
|||
///
|
||||
/// [Reference](https://doc.rust-lang.org/reference/crates-and-source-files.html)
|
||||
struct SourceFile: ModuleItemOwner, AttrsOwner, DocCommentsOwner {
|
||||
modules: [Module],
|
||||
}
|
||||
|
||||
/// Function definition either with body or not.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue