mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
tail: remove unused spell-checker:disable
This commit is contained in:
parent
48a483c319
commit
900c3916d5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ pub enum ParseError {
|
||||||
InvalidEncoding,
|
InvalidEncoding,
|
||||||
}
|
}
|
||||||
/// Parses obsolete syntax
|
/// Parses obsolete syntax
|
||||||
/// tail -\[NUM\]\[bcl\]\[f\] and tail +\[NUM\]\[bcl\]\[f\] // spell-checker:disable-line
|
/// tail -\[NUM\]\[bcl\]\[f\] and tail +\[NUM\]\[bcl\]\[f\]
|
||||||
pub fn parse_obsolete(src: &OsString) -> Option<Result<ObsoleteArgs, ParseError>> {
|
pub fn parse_obsolete(src: &OsString) -> Option<Result<ObsoleteArgs, ParseError>> {
|
||||||
let mut rest = match src.to_str() {
|
let mut rest = match src.to_str() {
|
||||||
Some(src) => src,
|
Some(src) => src,
|
||||||
|
|
Loading…
Reference in a new issue