Skip to content

Commit ff42c5d

Browse files
committed
rustdoc: one does not simply migrate from generic-array
1 parent 2ca79c5 commit ff42c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
//! `generic-array`, albeit with a public inner array type and significantly less
9494
//! `unsafe` code.
9595
//!
96-
//! Migrating should hopefully be relatively painless with the following
96+
//! The bulk of the migration work can be accomplished by making the following find/replace-style
9797
//! substitutions in your `.rs` files:
9898
//!
9999
//! - Replace `generic_array` with `hybrid_array`

0 commit comments

Comments
 (0)