We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97dc20 commit e3ea59aCopy full SHA for e3ea59a
library/core/tests/iter/adapters/step_by.rs
@@ -50,8 +50,6 @@ fn test_iterator_step_by_nth() {
50
51
#[test]
52
fn test_iterator_step_by_nth_overflow() {
53
- #[cfg(target_pointer_width = "8")]
54
- type Bigger = u16;
55
#[cfg(target_pointer_width = "16")]
56
type Bigger = u32;
57
#[cfg(target_pointer_width = "32")]
0 commit comments