Fix typo
This commit is contained in:
parent
3a0739c1cf
commit
70a17ca62c
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ fn handle_external_linking(rt: &Runtime) {
|
||||||
}
|
}
|
||||||
let entry = entry.unwrap();
|
let entry = entry.unwrap();
|
||||||
if entry.is_none() {
|
if entry.is_none() {
|
||||||
warn!("Entry nt found: {:?}", entry_name);
|
warn!("Entry not found: {:?}", entry_name);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let mut entry = entry.unwrap();
|
let mut entry = entry.unwrap();
|
||||||
|
|
Loading…
Reference in a new issue