Skip to content

Commit 2aaae50

Browse files
committed
oopsie!
1 parent feafd3b commit 2aaae50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/virtual-fs/src/mem_fs/file_opener.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ mod test_file_opener {
630630
}
631631

632632
#[cfg(test)]
633-
fn run_open_before_handle_hook() {
633+
pub(super) fn run_open_before_handle_hook() {
634634
OPEN_BEFORE_HANDLE_HOOK.with(|slot| {
635635
if let Some(hook) = slot.borrow_mut().take() {
636636
hook();

0 commit comments

Comments
 (0)