Skip to content

Commit

Permalink
Stop warnings for unused doc comments in drm-ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Slabinski committed May 16, 2019
1 parent f9cb41c commit 9929f98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drm-ffi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//!
#![warn(missing_docs)]
#![allow(unused_doc_comments)]
#![feature(str_internals)]
#![feature(untagged_unions)]
extern crate core;
Expand Down

0 comments on commit 9929f98

Please sign in to comment.