mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
docs ~ polish/update comments
This commit is contained in:
parent
619d0ab72b
commit
8cf58de0a7
6 changed files with 33 additions and 45 deletions
|
@ -1,11 +1,9 @@
|
||||||
/*
|
// This file is part of the uutils coreutils package.
|
||||||
* This file is part of the uutils coreutils package.
|
//
|
||||||
*
|
// (c) Michael Gehring <mg@ebfe.org>
|
||||||
* (c) Michael Gehring <mg@ebfe.org>
|
//
|
||||||
*
|
// For the full copyright and license information, please view the LICENSE
|
||||||
* For the full copyright and license information, please view the LICENSE
|
// file that was distributed with this source code.
|
||||||
* file that was distributed with this source code.
|
|
||||||
*/
|
|
||||||
|
|
||||||
extern crate lazy_static;
|
extern crate lazy_static;
|
||||||
extern crate textwrap;
|
extern crate textwrap;
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
//
|
//
|
||||||
// For the full copyright and license information, please view the LICENSE file
|
// For the full copyright and license information, please view the LICENSE file
|
||||||
// that was distributed with this source code.
|
// that was distributed with this source code.
|
||||||
//
|
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate uucore;
|
extern crate uucore;
|
||||||
|
|
|
@ -1,12 +1,10 @@
|
||||||
/*
|
// This file is part of the uutils coreutils package.
|
||||||
* This file is part of the uutils coreutils package.
|
//
|
||||||
*
|
// (c) Alex Lyon <arcterus@mail.com>
|
||||||
* (c) Alex Lyon <arcterus@mail.com>
|
// (c) Michael Gehring <mg@ebfe.org>
|
||||||
* (c) Michael Gehring <mg@ebfe.org>
|
//
|
||||||
*
|
// For the full copyright and license information, please view the LICENSE
|
||||||
* For the full copyright and license information, please view the LICENSE
|
// file that was distributed with this source code.
|
||||||
* file that was distributed with this source code.
|
|
||||||
*/
|
|
||||||
|
|
||||||
use std::env;
|
use std::env;
|
||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
|
|
|
@ -1,14 +1,11 @@
|
||||||
/*
|
// This file is part of the uutils coreutils package.
|
||||||
* This file is part of the uutils coreutils package.
|
//
|
||||||
*
|
// (c) Rolf Morel <rolfmorel@gmail.com>
|
||||||
* (c) Rolf Morel <rolfmorel@gmail.com>
|
// (c) kwantam <kwantam@gmail.com>
|
||||||
* (c) kwantam <kwantam@gmail.com>
|
// * substantial rewrite to use the `std::io::BufReader` trait
|
||||||
* substantially rewritten to use the stdlib BufReader trait
|
//
|
||||||
* rather than re-implementing it here.
|
// For the full copyright and license information, please view the LICENSE
|
||||||
*
|
// file that was distributed with this source code.
|
||||||
* For the full copyright and license information, please view the LICENSE
|
|
||||||
* file that was distributed with this source code.
|
|
||||||
*/
|
|
||||||
|
|
||||||
// spell-checker:ignore (ToDO) SRes Newl
|
// spell-checker:ignore (ToDO) SRes Newl
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
/*
|
// This file is part of the uutils coreutils package.
|
||||||
* This file is part of the uutils coreutils package.
|
//
|
||||||
*
|
// (c) Rolf Morel <rolfmorel@gmail.com>
|
||||||
* (c) Rolf Morel <rolfmorel@gmail.com>
|
//
|
||||||
*
|
// For the full copyright and license information, please view the LICENSE
|
||||||
* For the full copyright and license information, please view the LICENSE
|
// file that was distributed with this source code.
|
||||||
* file that was distributed with this source code.
|
|
||||||
*/
|
|
||||||
|
|
||||||
// spell-checker:ignore (ToDO) inval
|
// spell-checker:ignore (ToDO) inval
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
/*
|
// This file is part of the uutils coreutils package.
|
||||||
* This file is part of the uutils coreutils package.
|
//
|
||||||
*
|
// (c) Rolf Morel <rolfmorel@gmail.com>
|
||||||
* (c) Rolf Morel <rolfmorel@gmail.com>
|
//
|
||||||
*
|
// For the full copyright and license information, please view the LICENSE
|
||||||
* For the full copyright and license information, please view the LICENSE
|
// file that was distributed with this source code.
|
||||||
* file that was distributed with this source code.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct Searcher<'a> {
|
pub struct Searcher<'a> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue