We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e0301 commit 9f4f40bCopy full SHA for 9f4f40b
src/dist/temp.rs
@@ -32,7 +32,7 @@ pub enum Notification<'a> {
32
33
pub struct Cfg {
34
root_directory: PathBuf,
35
- pub(crate) dist_server: String,
+ pub dist_server: String,
36
notify_handler: Box<dyn Fn(Notification<'_>)>,
37
}
38
0 commit comments