Fix broken API doc links (#1020)

Also enable the lint to guarantee they stay un-broken.
This commit is contained in:
Alex Crichton
2020-02-28 12:44:27 -06:00
committed by GitHub
parent 121bbd3656
commit 0dbfad3aa7
4 changed files with 6 additions and 3 deletions

View File

@@ -234,7 +234,7 @@ impl Module {
/// indicate what should be valid and what shouldn't be.
///
/// Validation automatically happens as part of [`Module::new`], but is a
/// requirement for [`Module::new_unchecked`] to be safe.
/// requirement for [`Module::from_binary_unchecked`] to be safe.
///
/// # Errors
///