diff options
author | tcmal <me@aria.rip> | 2024-08-30 15:38:27 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-30 15:48:33 +0100 |
commit | 12c930d9118941997336deb9ef6c676aa35b1cd9 (patch) | |
tree | b9d3030eb695bd94a2ada242ec0be6800ff1151d /src/log.rs | |
parent | 7ab9f225632a1de377c4814c80dfa76f81d6c783 (diff) |
Some more docs
Diffstat (limited to 'src/log.rs')
-rw-r--r-- | src/log.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ //! Helper macros for logging -/// Log to standard error, only compiled when in debug mode. +/// Log to standard error when `debug_assertions` are on #[macro_export] macro_rules! debug { ($($e:expr),*) => { |