1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,