1
Fork 0

Rename in library

This commit is contained in:
Manish Goregaokar 2020-07-29 17:06:44 -07:00
parent 4df76f0f90
commit 7b7b5a7a12
3 changed files with 4 additions and 4 deletions

View file

@ -212,7 +212,7 @@
#![warn(deprecated_in_future)]
#![warn(missing_docs)]
#![warn(missing_debug_implementations)]
#![deny(intra_doc_link_resolution_failure)] // rustdoc is run without -D warnings
#![deny(intra_doc_resolution_failures)] // rustdoc is run without -D warnings
#![allow(explicit_outlives_requirements)]
#![allow(unused_lifetimes)]
// Tell the compiler to link to either panic_abort or panic_unwind