Skip to content

Commit 86348f4

Browse files
committed
chore(docs)
1 parent 8997937 commit 86348f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/array.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,7 @@ pub enum ArrayKey<'a> {
668668
Long(i64),
669669
/// A string key.
670670
String(String),
671+
/// A string key by reference.
671672
Str(&'a str),
672673
}
673674

0 commit comments

Comments
 (0)