Skip to content

Commit ff0c2ae

Browse files
committed
extra: rebase fallout.
1 parent ff8d65e commit ff0c2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libextra/workcache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ struct Context {
179179
db: RWARC<Database>,
180180
logger: RWARC<Logger>,
181181
cfg: ARC<json::Object>,
182-
freshness: ARC<TreeMap<~str,~fn(&str,&str)->bool>>
182+
freshness: ARC<TreeMap<~str,extern fn(&str,&str)->bool>>
183183
}
184184
185185
struct Prep<'self> {

0 commit comments

Comments
 (0)