Remove an unreachable_code "allow" declaration

This is no longer necessary - all of the code is readable.
This commit is contained in:
ridiculousfish 2023-11-26 17:23:02 -08:00
parent ccc8308d41
commit 99dfbaffb9

View file

@ -326,7 +326,6 @@ impl EnvStack {
}
// React internally to changes to special variables like LANG, and populate on-variable events.
let mut result = Vec::new();
#[allow(unreachable_code)]
for callback in callbacks {
let name = callback.key;
env_dispatch_var_change(&name, self);