diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/listing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/listing.rs b/src/listing.rs index 66f0b0a..f45c493 100644 --- a/src/listing.rs +++ b/src/listing.rs @@ -212,7 +212,7 @@ pub fn directory_listing( link_accumulator .push_str(&(utf8_percent_encode(&name, FRAGMENT).to_string() + "/")); } - _ => panic!(), + _ => unreachable!(), }; res.push(Breadcrumb::new( |