mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-21 22:51:19 +00:00
Add missing rustdoc for macro debug
This commit is contained in:
parent
ea3b6fa6d7
commit
a74acb7a8a
@ -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]
|
#[macro_export]
|
||||||
#[cfg(feature = "debug")]
|
#[cfg(feature = "debug")]
|
||||||
macro_rules! debug {
|
macro_rules! debug {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user