1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-17 02:31:02 +00:00

Disable unstable warnings for now

This commit is contained in:
Michael Gehring 2015-01-10 20:31:55 +01:00
parent fd2536fc57
commit 4d6cbfa393
82 changed files with 107 additions and 1 deletions

View file

@ -1,3 +1,5 @@
#![allow(unstable)]
use std::io::process::Command;
use std::str;

View file

@ -1,3 +1,5 @@
#![allow(unstable)]
use std::io::process::Command;
use std::io::File;
use std::io::fs::{unlink, PathExtensions};

View file

@ -1,3 +1,5 @@
#![allow(unstable)]
use std::io::process::Command;
use std::io::fs::{rmdir, PathExtensions};
use std::borrow::ToOwned;

View file

@ -1,3 +1,5 @@
#![allow(unstable)]
extern crate time;
use std::io::{process, fs, FilePermission};

View file

@ -1,3 +1,5 @@
#![allow(unstable)]
use std::io::process::Command;
use std::str;

View file

@ -1,3 +1,5 @@
#![allow(unstable)]
use std::io::process::Command;
use std::str;

View file

@ -1,3 +1,5 @@
#![allow(unstable)]
use std::io::process::Command;
use std::io::File;
use std::string::String;

View file

@ -1,3 +1,5 @@
#![allow(unstable)]
use std::io::process::Command;
static EXE: &'static str = "./test";

View file

@ -1,3 +1,5 @@
#![allow(unstable)]
use std::io::process::Command;
static PROGNAME: &'static str = "./tr";

View file

@ -1,3 +1,5 @@
#![allow(unstable)]
use std::io;
use std::io::process::Command;

View file

@ -1,3 +1,5 @@
#![allow(unstable)]
use std::io::process::Command;
static PROGNAME: &'static str = "./unexpand";