Skip to content

Commit a0bc127

Browse files
committed
der: update link to core ArrayVec RFC
1 parent a9030b2 commit a0bc127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

der/src/arrayvec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Array-backed append-only vector type.
22
// TODO(tarcieri): use `core` impl of `ArrayVec`
3-
// See: https://github.com/rust-lang/rfcs/pull/2990
3+
// See: https://github.com/rust-lang/rfcs/pull/3316
44

55
use crate::{ErrorKind, Result};
66

0 commit comments

Comments
 (0)