Skip to content

Commit

Permalink
spell: Ignore backport
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre authored Jul 5, 2022
1 parent 11bbf46 commit 7ca2ae4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/uucore/src/lib/features/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7ca2ae4

Please sign in to comment.