CI: Check intra-doc links

Credit: https://twitter.com/tomaka17/status/1176017851410526208
This commit is contained in:
Jack Grigg 2019-09-24 10:31:04 +01:00
parent 35f5026306
commit 658fe6d089
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// Catch documentation errors caused by code changes.
#![deny(intra_doc_link_resolution_failure)]
#![allow(unused_imports)]
#[cfg(feature = "derive")]