From 3d6673cf692d2ec119582bfb38775c3f33bd391a Mon Sep 17 00:00:00 2001 From: Windel Bouwman Date: Sun, 7 Jul 2019 19:45:36 +0200 Subject: [PATCH] Formatting of macros.rs --- vm/src/macros.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/vm/src/macros.rs b/vm/src/macros.rs index 158898c48..617729674 100644 --- a/vm/src/macros.rs +++ b/vm/src/macros.rs @@ -257,7 +257,6 @@ macro_rules! match_class { }; } - /// Super detailed logging. Might soon overflow your logbuffers /// Default, this logging is discarded, except when a the `vm-tracing-logging` /// build feature is enabled.