Skip to content

Commit

Permalink
[*] Booster::new now public.
Browse files Browse the repository at this point in the history
  • Loading branch information
npatsakula committed Oct 23, 2023
1 parent eecd4eb commit 6eaf68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/booster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub struct Booster {
}

impl Booster {
fn new(handle: lightgbm_sys::BoosterHandle) -> Self {
pub fn new(handle: lightgbm_sys::BoosterHandle) -> Self {
Booster { handle }
}

Expand Down

0 comments on commit 6eaf68d

Please sign in to comment.