Skip to content

Commit 988f21c

Browse files
committed
address comment
1 parent 3659c9d commit 988f21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ pub struct Cfg {
242242
pub env_override: Option<String>,
243243
pub dist_root_url: String,
244244
pub dist_root_server: String,
245-
pub(crate) notify_handler: Arc<dyn Fn(Notification<'_>)>,
245+
pub notify_handler: Arc<dyn Fn(Notification<'_>)>,
246246
}
247247

248248
impl Cfg {

0 commit comments

Comments
 (0)