fix: silence warning on sample function

buddies-main-deployment
James Prestwich 4 years ago committed by James Prestwich
parent 4a57874d8c
commit e5cdfd85e5
No known key found for this signature in database
GPG Key ID: 7CC174C250AD83AD
  1. 1
      rust/optics-base/src/sample_main.rs

@ -37,6 +37,7 @@ fn setup() -> Result<Settings> {
Ok(settings)
}
#[allow(dead_code)]
fn main() -> Result<()> {
let _settings = setup()?;
dbg!(_settings);

Loading…
Cancel
Save