Skip to content

Commit 56a04ea

Browse files
committed
Remove old comment: It's not easy to change Ix/Ixs anymore
1 parent 40c210a commit 56a04ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ mod imp_prelude {
149149
pub struct Priv<T>(pub T);
150150
}
151151

152-
// NOTE: In theory, the whole library should compile
153-
// and pass tests even if you change Ix and Ixs.
154152
/// Array index type
155153
pub type Ix = usize;
156154
/// Array index type (signed)

0 commit comments

Comments
 (0)