Fix some formatting

This commit is contained in:
Richard Feldman 2022-12-24 10:47:03 -05:00
parent 361d930f46
commit 3f0060f492
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B

View file

@ -729,11 +729,12 @@ fn doc_url<'a>(
module_name = symbol.module_string(interns);
}
Err(_) => {
dbg!(scope);
// TODO return Err here
panic!(
"Tried to generate an automatic link in docs for symbol `{}`, but that symbol was not in scope in this module.",
ident
);
"Tried to generate an automatic link in docs for symbol `{}`, but that symbol was not in scope in this module.",
ident
);
}
}
} else {