Add a comment
This commit is contained in:
parent
9d888eadc5
commit
517725c571
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue