Skip to content

Commit 31689e9

Browse files
committed
remove noop_waker feature from await_ready.rs
1 parent 3a4ec4b commit 31689e9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

tests/coverage/await_ready.cov-map

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Function name: await_ready::await_ready
2-
Raw bytes (9): 0x[01, 01, 00, 01, 01, 0f, 01, 00, 1e]
2+
Raw bytes (9): 0x[01, 01, 00, 01, 01, 0e, 01, 00, 1e]
33
Number of files: 1
44
- file 0 => global file 1
55
Number of expressions: 0
66
Number of file 0 mappings: 1
7-
- Code(Counter(0)) at (prev + 15, 1) to (start + 0, 30)
7+
- Code(Counter(0)) at (prev + 14, 1) to (start + 0, 30)
88
Highest counter ID seen: c0
99

1010
Function name: await_ready::await_ready::{closure#0}
11-
Raw bytes (14): 0x[01, 01, 00, 02, 01, 0f, 1e, 03, 0f, 05, 04, 01, 00, 02]
11+
Raw bytes (14): 0x[01, 01, 00, 02, 01, 0e, 1e, 03, 0f, 05, 04, 01, 00, 02]
1212
Number of files: 1
1313
- file 0 => global file 1
1414
Number of expressions: 0
1515
Number of file 0 mappings: 2
16-
- Code(Counter(0)) at (prev + 15, 30) to (start + 3, 15)
16+
- Code(Counter(0)) at (prev + 14, 30) to (start + 3, 15)
1717
- Code(Counter(1)) at (prev + 4, 1) to (start + 0, 2)
1818
Highest counter ID seen: c1
1919

tests/coverage/await_ready.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![feature(coverage_attribute)]
2-
#![feature(noop_waker)]
32
#![coverage(off)]
43
//@ edition: 2021
54

0 commit comments

Comments
 (0)