Skip to content

Commit 28d983a

Browse files
committed
Remove useless attribute
1 parent 13d806c commit 28d983a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libtest/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,6 @@ pub fn run_test(opts: &TestOpts,
14521452
}
14531453

14541454
/// Clean the backtrace by using std::rt::mark_backtrace_start
1455-
#[inline(always)]
14561455
fn begin_short_backtrace<F: FnOnce()>(f: F) {
14571456
let mut f = Some(f);
14581457
let mut r = None;

0 commit comments

Comments
 (0)