walk_configuration

Function walk_configuration 

Source
fn walk_configuration() -> WalkConfiguration<'static>
Expand description

Create a default WalkConfiguration with noxdev enabled.

This ensures we skip directory mount points when walking, which is important to avoid descending into bind mounts, tmpfs, etc. Note that non-directory mount points (e.g. bind-mounted regular files) will still be visited.