Skip to content

Commit

Permalink
resolvers: rename impl.rs -> imp.rs to match idiomatic Rust
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
  • Loading branch information
cyphar committed Dec 8, 2024
1 parent 0c4213b commit 698a9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resolvers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ use once_cell::sync::Lazy;

/// `O_PATH`-based userspace resolver.
pub(crate) mod opath {
mod r#impl;
pub(crate) use r#impl::*;
mod imp;
pub(crate) use imp::*;

mod symlink_stack;
pub(crate) use symlink_stack::{SymlinkStack, SymlinkStackError};
Expand Down
File renamed without changes.

0 comments on commit 698a9d2

Please sign in to comment.