1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

uniq: crate_id -> crate_name

This commit is contained in:
Michael Gehring 2014-10-11 18:02:51 +02:00
parent 904daf772c
commit ff8275a3cc

View file

@ -1,4 +1,4 @@
#![crate_id(name="uniq", vers="1.0.0", author="Chirag B. Jadwani")]
#![crate_name = "uniq"]
/*
* This file is part of the uutils coreutils package.
*