From 5b803055b7b690a57f1c08da8f1640139c739e76 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 29 Oct 2019 14:59:55 +0300 Subject: rename hir_def -> hir_expand --- crates/ra_hir_def/src/lib.rs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 crates/ra_hir_def/src/lib.rs (limited to 'crates/ra_hir_def/src/lib.rs') diff --git a/crates/ra_hir_def/src/lib.rs b/crates/ra_hir_def/src/lib.rs deleted file mode 100644 index 6ccb11068..000000000 --- a/crates/ra_hir_def/src/lib.rs +++ /dev/null @@ -1,11 +0,0 @@ -//! `ra_hir_def` contains initial "phases" of the compiler. Roughly, everything -//! before types. -//! -//! Note that we are in the process of moving parts of `ra_hir` into -//! `ra_hir_def`, so this crates doesn't contain a lot at the moment. - -pub mod db; - -pub mod ast_id_map; - -pub mod expand; -- cgit v1.2.3