Skip to content

Commit 9fd85d2

Browse files
committed
Remove useless attribute
1 parent 1ba406e commit 9fd85d2

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
@@ -1462,7 +1462,6 @@ pub fn run_test(opts: &TestOpts,
14621462
}
14631463

14641464
/// Clean the backtrace by using std::rt::mark_backtrace_start
1465-
#[inline(always)]
14661465
fn begin_short_backtrace<F: FnOnce()>(f: F) {
14671466
let mut f = Some(f);
14681467
let mut r = None;

0 commit comments

Comments
 (0)