Skip to content

Commit 4af5cd8

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 4af5cd8

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

fastrace/src/macros.rs

Lines changed: 3 additions & 4 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]
@@ -69,13 +69,12 @@ macro_rules! full_name {
6969
///
7070
/// # Example
7171
///
72-
/// ```
72+
/// ```no_run
7373
/// use fastrace::file_location;
7474
///
7575
/// fn foo() {
7676
/// assert_eq!(file_location!(), "fastrace/src/macros.rs:8:15");
7777
/// }
78-
/// # #[cfg(not(target_os = "windows"))]
7978
/// # foo()
8079
#[macro_export]
8180
macro_rules! file_location {

0 commit comments

Comments
 (0)