Skip to content

Commit

Permalink
Clean up printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
SilensAngelusNex committed Jan 13, 2021
1 parent d494aa4 commit acbbe94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/options.rs
Expand Up @@ -919,7 +919,6 @@ where
}

if matches.is_present("respect-cxx-access-specs") {
println!("Respecting private items.");
builder = builder.respect_cxx_access_specs(true);
}

Expand Down

0 comments on commit acbbe94

Please sign in to comment.