Skip to content

Commit a74acb7

Browse files
committedNov 10, 2019
Add missing rustdoc for macro debug
1 parent ea3b6fa commit a74acb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎lib/runtime-core/src/macros.rs

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

0 commit comments

Comments
 (0)
Please sign in to comment.