1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Merge pull request #291 from ebfe/cat

cat: fix build
This commit is contained in:
Arcterus 2014-06-21 11:44:53 -07:00
commit 0eddfed631

View file

@ -1,4 +1,5 @@
#![crate_id(name="cat", vers="1.0.0", author="Seldaek")] #![crate_id(name="cat", vers="1.0.0", author="Seldaek")]
#![feature(unsafe_destructor)]
/* /*
* This file is part of the uutils coreutils package. * This file is part of the uutils coreutils package.