We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9030b2 commit a0bc127Copy full SHA for a0bc127
der/src/arrayvec.rs
@@ -1,6 +1,6 @@
1
//! Array-backed append-only vector type.
2
// TODO(tarcieri): use `core` impl of `ArrayVec`
3
-// See: https://github.com/rust-lang/rfcs/pull/2990
+// See: https://github.com/rust-lang/rfcs/pull/3316
4
5
use crate::{ErrorKind, Result};
6
0 commit comments