From 35a0f04128b1ba84da8f3a107e7eed0b164733ed Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Sat, 6 Jul 2019 14:04:56 +0300 Subject: Added extract path attribute for current module #1211 --- crates/ra_prof/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_prof') diff --git a/crates/ra_prof/src/lib.rs b/crates/ra_prof/src/lib.rs index 919cc1b3c..6d44fef33 100644 --- a/crates/ra_prof/src/lib.rs +++ b/crates/ra_prof/src/lib.rs @@ -52,7 +52,7 @@ pub fn set_filter(f: Filter) { /// It supports nested profiling scopes in case when this function invoked multiple times at the execution stack. In this case the profiling information will be nested at the output. /// Profiling information is being printed in the stderr. /// -/// #Example +/// # Example /// ``` /// use ra_prof::{profile, set_filter, Filter}; /// -- cgit v1.2.3