Skip to content

Commit 45c5da5

Browse files
committed
Path to CowString changed.
1 parent cca5c78 commit 45c5da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/re.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use self::Regex::*;
1414
use std::borrow::IntoCow;
1515
use std::collections::HashMap;
1616
use std::fmt;
17-
use std::str::CowString;
17+
use std::string::CowString;
1818

1919
use compile::Program;
2020
use parse;

0 commit comments

Comments
 (0)