We don't defer to the caller's log_visible here. (That is actually
misnamed.) The caller may have generated that from the old
occultation state.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
);
let log = match most_obscure.map_displaced(|_|((),())).pri_occulted() {
- Some(PriOG::Visible(_y)) => {
- log_visible
- }
+ Some(prioc@ PriOG::Visible(_)) |
Some(prioc@ PriOG::Occulted) |
Some(prioc@ PriOG::Displaced(..)) => {
let show = prioc.describe(ioccults, gpc, ipc);