Add missing rustdoc for macro debug

This commit is contained in:
Brandon Fish 2019-11-10 16:28:33 -06:00
parent ea3b6fa6d7
commit a74acb7a8a

View File

@ -1,3 +1,5 @@
/// Prints a log message with args, similar to println, when the debug feature is enabled.
/// If the debug feature is disabled, arguments are not evaluated or printed.
#[macro_export]
#[cfg(feature = "debug")]
macro_rules! debug {