Skip to content

Commit de742a5

Browse files
committed
phase(syntax) -> phase(plugin)
1 parent 258167d commit de742a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datetime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![feature(phase)]
2-
#[phase(syntax, link)] extern crate log;
2+
#[phase(plugin, link)] extern crate log;
33

44
extern crate time;
55

0 commit comments

Comments
 (0)