mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-27 21:38:34 +00:00
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:
parent
50edf02d39
commit
c3dbd1b21f
@ -1,5 +1,7 @@
|
|||||||
#![cfg_attr(test, allow(clippy::float_cmp))]
|
#![cfg_attr(test, allow(clippy::float_cmp))]
|
||||||
#![deny(rust_2018_idioms)]
|
#![deny(rust_2018_idioms)]
|
||||||
|
// #![deny(missing_docs)]
|
||||||
|
|
||||||
pub extern crate imgui_sys as sys;
|
pub extern crate imgui_sys as sys;
|
||||||
|
|
||||||
use std::cell;
|
use std::cell;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user