1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 04:27:45 +00:00

cat: fix build

This commit is contained in:
Michael Gehring 2014-06-21 17:14:32 +02:00
parent 0b89885199
commit a76ac499b6

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.