mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
phase(syntax) -> phase(plugin)
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
||||
extern crate serialize;
|
||||
extern crate getopts;
|
||||
extern crate libc;
|
||||
#[phase(syntax, link)] extern crate log;
|
||||
#[phase(plugin, link)] extern crate log;
|
||||
|
||||
use std::io::{println, File, stdin, stdout};
|
||||
use std::os;
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
extern crate getopts;
|
||||
#[phase(syntax, link)] extern crate log;
|
||||
#[phase(plugin, link)] extern crate log;
|
||||
|
||||
use std::os;
|
||||
use std::io;
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ extern crate serialize;
|
||||
extern crate libc;
|
||||
|
||||
|
||||
#[phase(syntax, link)] extern crate log;
|
||||
#[phase(plugin, link)] extern crate log;
|
||||
|
||||
use std::os;
|
||||
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ extern crate libc;
|
||||
extern crate collections;
|
||||
extern crate serialize;
|
||||
|
||||
#[phase(syntax, link)] extern crate log;
|
||||
#[phase(plugin, link)] extern crate log;
|
||||
|
||||
use std::os;
|
||||
use std::from_str::from_str;
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
extern crate getopts;
|
||||
#[phase(syntax, link)] extern crate log;
|
||||
#[phase(plugin, link)] extern crate log;
|
||||
|
||||
use std::io::{println, stdin, stdout, Append, File, Truncate, Write};
|
||||
use std::io::{IoResult};
|
||||
|
||||
Reference in New Issue
Block a user