Fix warnings (#1742)

This commit is contained in:
Murarth 2020-10-15 11:33:06 -07:00 committed by GitHub
parent 6343059bc0
commit 96809ac659
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 6 deletions

View file

@ -130,7 +130,7 @@
//! [`raw_window_handle`]: ./window/struct.Window.html#method.raw_window_handle
#![deny(rust_2018_idioms)]
#![deny(intra_doc_link_resolution_failure)]
#![deny(broken_intra_doc_links)]
#[allow(unused_imports)]
#[macro_use]