spell: Ignore backport

This commit is contained in:
Sylvestre Ledru
2022-07-05 08:31:45 +02:00
committed by GitHub
parent 11bbf46647
commit 7ca2ae4627
+2
View File
@@ -8,6 +8,8 @@
//! Set of functions to manage files and symlinks
// spell-checker:ignore backport
#[cfg(unix)]
use libc::{
mode_t, S_IFBLK, S_IFCHR, S_IFDIR, S_IFIFO, S_IFLNK, S_IFMT, S_IFREG, S_IFSOCK, S_IRGRP,