Skip to content

Commit 269cb2a

Browse files
committed
Expose ErrnoFilter for other crates
1 parent b854ed5 commit 269cb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/composefs/src/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub fn parse_sha256(string: impl AsRef<str>) -> Result<Sha256Digest> {
106106
Ok(value)
107107
}
108108

109-
pub(crate) trait ErrnoFilter<T> {
109+
pub trait ErrnoFilter<T> {
110110
fn filter_errno(self, ignored: Errno) -> ErrnoResult<Option<T>>;
111111
}
112112

0 commit comments

Comments
 (0)