Skip to content

Commit

Permalink
Add missing rustdoc for macro debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed Nov 10, 2019
1 parent ea3b6fa commit a74acb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/runtime-core/src/macros.rs
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit a74acb7

Please sign in to comment.