Add a comment
This commit is contained in:
parent
9d888eadc5
commit
517725c571
@ -160,6 +160,9 @@ impl Forest {
|
||||
&self.krate
|
||||
}
|
||||
|
||||
/// This is internally in the depedency tracking system.
|
||||
/// Use the `krate` method to ensure your dependency on the
|
||||
/// crate is tracked.
|
||||
pub fn untracked_krate<'hir>(&'hir self) -> &'hir Crate {
|
||||
&self.krate
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user