Update broken_intra_doc_links lint

This commit is contained in:
kellerkindt 2020-10-14 18:59:14 +02:00 committed by GitHub
commit 2b82c7f179
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#![no_std]
#![deny(intra_doc_link_resolution_failure)]
#![deny(broken_intra_doc_links)]
#[macro_use(block)]
extern crate nb;