Skip to content

Commit 9f4f40b

Browse files
committed
Address comment
Signed-off-by: hi-rustin <[email protected]>
1 parent b4e0301 commit 9f4f40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dist/temp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub enum Notification<'a> {
3232

3333
pub struct Cfg {
3434
root_directory: PathBuf,
35-
pub(crate) dist_server: String,
35+
pub dist_server: String,
3636
notify_handler: Box<dyn Fn(Notification<'_>)>,
3737
}
3838

0 commit comments

Comments
 (0)