ignore a word

This commit is contained in:
Sylvestre Ledru
2022-10-20 07:46:38 +02:00
committed by GitHub
parent d46e5df3d3
commit 49c435a25b
+1 -1
View File
@@ -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]