mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
ignore a word
This commit is contained in:
parent
d46e5df3d3
commit
49c435a25b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
use crate::common::util::*;
|
use crate::common::util::*;
|
||||||
// spell-checker:ignore checkfile, nonames, testf
|
// spell-checker:ignore checkfile, nonames, testf, ntestf
|
||||||
macro_rules! get_hash(
|
macro_rules! get_hash(
|
||||||
($str:expr) => (
|
($str:expr) => (
|
||||||
$str.split(' ').collect::<Vec<&str>>()[0]
|
$str.split(' ').collect::<Vec<&str>>()[0]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue