From 18b7e16fbe8ae4040e1b4e7e35a63b09ce2f5db6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 2 May 2021 10:45:33 +0100 Subject: [PATCH] bundles: Add a todo Signed-off-by: Ian Jackson --- src/global.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/global.rs b/src/global.rs index ba8980c4..0d4e2bd4 100644 --- a/src/global.rs +++ b/src/global.rs @@ -427,6 +427,7 @@ impl Instance { InstanceGuard::forget_all_tokens(&mut g.g.tokens_clients); InstanceGuard::forget_all_tokens(&mut g.g.tokens_players); + // xxx truncate bundles, part of ClearBundles too! fn best_effort(rm: F, path: &str, desc: &str) where F: FnOnce(&str) -> Result<(), io::Error> { -- 2.30.2