Skip to content

Commit c4fa650

Browse files
committed
Fix test
1 parent 0ddc7fe commit c4fa650

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ impl Iterator for ToTitlecase {
100100
#[cfg(test)]
101101
mod tests {
102102
use super::*;
103+
use alloc::vec::Vec;
103104

104105
#[test]
105106
fn test_is_titlecase() {

0 commit comments

Comments
 (0)