Skip to content

Commit 2ea7e7d

Browse files
committed
rustc_hir_id: Add a comment explaining why the crate exists
1 parent 0f0d702 commit 2ea7e7d

File tree

1 file changed

+2
-0
lines changed
  • compiler/rustc_hir_id/src

1 file changed

+2
-0
lines changed

compiler/rustc_hir_id/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Library containing Id types from `rustc_hir`, split out so crates can use it without depending
2+
//! on all of `rustc_hir` (which is large and depends on other large things like `rustc_target`).
13
#![allow(internal_features)]
24
#![feature(negative_impls)]
35
#![feature(rustc_attrs)]

0 commit comments

Comments
 (0)