Added extract path attribute for current module

#1211
This commit is contained in:
Alexander Andreev 2019-07-06 14:04:56 +03:00
parent 219e0e8c8d
commit 35a0f04128
4 changed files with 23 additions and 7 deletions

View file

@ -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};
///