Skip to content

Commit 49fb61c

Browse files
committed
Merge pull request #9 from akiss77/pr-cowstring
Path to CowString changed
2 parents 81880f1 + 45c5da5 commit 49fb61c

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)