added a commented out deny(missing_docs)

This won't be done this release cycle, but i'd like this to be a goal of the repo to be well commented.
This commit is contained in:
Jack Mac 2021-09-15 12:00:16 -04:00
parent 50edf02d39
commit c3dbd1b21f

View File

@ -1,5 +1,7 @@
#![cfg_attr(test, allow(clippy::float_cmp))]
#![deny(rust_2018_idioms)]
// #![deny(missing_docs)]
pub extern crate imgui_sys as sys;
use std::cell;