From 7bb4a27b605b1a37a838fcdbd7f1ebffcfe807fb Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Tue, 17 Sep 2019 14:45:44 +0000 Subject: [PATCH] Make Context.cb field private (no code changes) --- src/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context.rs b/src/context.rs index 61eb8b336..5217fc8e0 100644 --- a/src/context.rs +++ b/src/context.rs @@ -50,7 +50,7 @@ pub struct Context { pub smtp_state: Arc<(Mutex, Condvar)>, pub oauth2_critical: Arc>, #[debug_stub = "Callback"] - pub cb: Box, + cb: Box, pub os_name: Option, pub cmdline_sel_chat_id: Arc>, pub bob: Arc>,