We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9305f9 commit 7573346Copy full SHA for 7573346
src/function_name.rs
@@ -7,7 +7,7 @@
7
//!
8
//! [`printers`]: crate::printers
9
10
-/// Return the current the current function name as a `&'static str`,
+/// Return the current function name as a `&'static str`,
11
/// e.g. `"my_func"`.
12
///
13
/// `function_name` must be a macro (and not a function) to reliably use
@@ -110,7 +110,7 @@ macro_rules! function_name_plus {
110
}
111
pub use function_name_plus;
112
113
-/// Return the current current function name full path as a `&'static str`,
+/// Return the current function name full path as a `&'static str`,
114
/// e.g. `"my_lib::my_mod::my_func"`.
115
116
/// `function_name_full` must be a macro (and not a function) to reliably use
0 commit comments