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

@@ -6,7 +6,7 @@
//! and there to implement Rust idioms. This crate also defines the actual C API
//! itself for consumption from other languages.
#![deny(missing_docs)]
#![deny(missing_docs, intra_doc_link_resolution_failure)]
mod callable;
mod externals;