mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
ignore a word
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use crate::common::util::*;
|
||||
// spell-checker:ignore checkfile, nonames, testf
|
||||
// spell-checker:ignore checkfile, nonames, testf, ntestf
|
||||
macro_rules! get_hash(
|
||||
($str:expr) => (
|
||||
$str.split(' ').collect::<Vec<&str>>()[0]
|
||||
|
||||
Reference in New Issue
Block a user