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:
parent
fd2536fc57
commit
4d6cbfa393
82 changed files with 107 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#![allow(unstable)]
|
||||
|
||||
use std::io::process::Command;
|
||||
use std::str;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#![allow(unstable)]
|
||||
|
||||
use std::io::process::Command;
|
||||
use std::io::File;
|
||||
use std::io::fs::{unlink, PathExtensions};
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#![allow(unstable)]
|
||||
|
||||
use std::io::process::Command;
|
||||
use std::io::fs::{rmdir, PathExtensions};
|
||||
use std::borrow::ToOwned;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#![allow(unstable)]
|
||||
|
||||
extern crate time;
|
||||
|
||||
use std::io::{process, fs, FilePermission};
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#![allow(unstable)]
|
||||
|
||||
use std::io::process::Command;
|
||||
use std::str;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#![allow(unstable)]
|
||||
|
||||
use std::io::process::Command;
|
||||
use std::str;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#![allow(unstable)]
|
||||
|
||||
use std::io::process::Command;
|
||||
use std::io::File;
|
||||
use std::string::String;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#![allow(unstable)]
|
||||
|
||||
use std::io::process::Command;
|
||||
|
||||
static EXE: &'static str = "./test";
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#![allow(unstable)]
|
||||
|
||||
use std::io::process::Command;
|
||||
|
||||
static PROGNAME: &'static str = "./tr";
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#![allow(unstable)]
|
||||
|
||||
use std::io;
|
||||
use std::io::process::Command;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#![allow(unstable)]
|
||||
|
||||
use std::io::process::Command;
|
||||
|
||||
static PROGNAME: &'static str = "./unexpand";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue