Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir_def/src/item_tree/pretty.rs')
-rw-r--r--crates/hir_def/src/item_tree/pretty.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_def/src/item_tree/pretty.rs b/crates/hir_def/src/item_tree/pretty.rs
index 6fea95a2ac..ca164148a1 100644
--- a/crates/hir_def/src/item_tree/pretty.rs
+++ b/crates/hir_def/src/item_tree/pretty.rs
@@ -423,7 +423,7 @@ impl<'a> Printer<'a> {
});
wln!(self, "}}");
}
- ModKind::Outline {} => {
+ ModKind::Outline => {
wln!(self, ";");
}
}