mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
Fix typo in mod.rs
insted -> instead
This commit is contained in:
@@ -285,7 +285,7 @@ fn find_entry(&self, id: HirId) -> Option<Entry<'hir>> {
|
||||
let owner = self.tcx.hir_owner_nodes(id.owner);
|
||||
owner.and_then(|owner| {
|
||||
let node = owner.nodes[id.local_id].as_ref();
|
||||
// FIXME(eddyb) use a single generic type insted of having both
|
||||
// FIXME(eddyb) use a single generic type instead of having both
|
||||
// `Entry` and `ParentedNode`, which are effectively the same.
|
||||
// Alternatively, rewrite code using `Entry` to use `ParentedNode`.
|
||||
node.map(|node| Entry {
|
||||
|
||||
Reference in New Issue
Block a user