Skip to content

Commit 7df2db8

Browse files
committed
no run unstable tests - re-enable once MSRV bumps to a stable one
Signed-off-by: tison <wander4096@gmail.com>
1 parent 3106f1b commit 7df2db8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fastrace/src/macros.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ macro_rules! func_name {
3131
///
3232
/// # Example
3333
///
34-
/// ```
34+
/// ```no_run
3535
/// use fastrace::func_path;
3636
///
3737
/// fn foo() {
38-
/// assert_eq!(func_path!(), "rust_out::main::_doctest_main_fastrace_src_macros_rs_34_0::foo");
38+
/// assert_eq!(func_path!(), "doctest_bundle_2024::__doctest_39::main::foo");
3939
/// }
4040
/// # foo()
4141
#[macro_export]

0 commit comments

Comments
 (0)