File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ version = "0.0.0"
5
5
authors = [ " The Servo Project Developers" ]
6
6
7
7
[dependencies .string_cache ]
8
- git = " https://github.com/servo/string-cache "
8
+ path = " ../.. "
9
9
features = [" log-events" ]
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ csv = "0"
9
9
rustc-serialize = " 0"
10
10
11
11
[dependencies .string_cache ]
12
- git = " https://github.com/servo/string-cache "
12
+ path = " ../.. "
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ struct StringCacheEntry {
56
56
string : String ,
57
57
}
58
58
59
- unsafe impl Send for * mut StringCacheEntry { }
59
+ unsafe impl Send for StringCache { }
60
60
61
61
impl StringCacheEntry {
62
62
fn new ( next : * mut StringCacheEntry , hash : u64 , string_to_add : & str ) -> StringCacheEntry {
You can’t perform that action at this time.
0 commit comments