Skip to content

Commit

Permalink
Make builds with rustc 1.72 work (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jan 22, 2024
1 parent e512f31 commit 600bee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactive/app/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub struct Cursor {
pub y: u16,
}

pub(crate) struct FilesystemScan {
pub struct FilesystemScan {
pub active_traversal: BackgroundTraversal,
/// The selected item prior to starting the traversal, if available, based on its name or index into [`AppState::entries`].
pub previous_selection: Option<(PathBuf, usize)>,
Expand Down

0 comments on commit 600bee2

Please sign in to comment.