From 2c89de13320addbe702d5e853e0d4bbf37a511ff Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 4 Sep 2016 17:12:54 +0200 Subject: [PATCH] Add comment for debug_result code --- libimagutil/src/debug_result.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libimagutil/src/debug_result.rs b/libimagutil/src/debug_result.rs index 76ed1085..405cddd8 100644 --- a/libimagutil/src/debug_result.rs +++ b/libimagutil/src/debug_result.rs @@ -1,3 +1,5 @@ +// Generates a extension for the `Result`, named `DebugResult` which has functionality to +// print either `T` or `E` via `debug!()`. generate_result_logging_extension!( DebugResult, map_dbg,