From 70f3cabe46abcc20c459ac1913010b1913ad62b0 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 2 Sep 2013 21:19:11 -0700 Subject: [PATCH] Fix the std::fmt doc-block to show up in pandoc --- src/libstd/fmt/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/fmt/mod.rs b/src/libstd/fmt/mod.rs index cdce69f7cd760..da5abe9578759 100644 --- a/src/libstd/fmt/mod.rs +++ b/src/libstd/fmt/mod.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -/**! +/*! # The Formatting Module