Any missing documentation will now be considered a warning.
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
//! This is the logging system used by different CyberMages projects.
|
||||
//! This is meant to work with both std and non std Rust programs.
|
||||
|
||||
#![doc(html_logo_url="",
|
||||
html_favicon_url="http://cybermagesllc.com/favicon.ico",
|
||||
html_root_url="http://cybermagesllc.com")]
|
||||
#![warn(missing_docs)]
|
||||
|
||||
// Handle using the core or the std of Rust depending on the chosen feature.
|
||||
#![cfg_attr(not(feature="use_std"), no_std)]
|
||||
|
Reference in New Issue
Block a user