Skip to content

Commit

Permalink
revert accidentally committed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
scovich authored and emilio committed May 14, 2024
1 parent 27fa895 commit 6f7cb43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/bindgen/utilities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ fn is_skip_item_attr(attr: &syn::Meta) -> bool {
if let syn::Lit::Str(ref content) = name_value.lit {
// FIXME(emilio): Maybe should use the general annotation
// mechanism, but it seems overkill for this.
if content.value().contains("XXX") {
panic!("*** XXX *** {}", content.value());
}
if content.value().trim() == "cbindgen:ignore" {
return true;
}
Expand Down

0 comments on commit 6f7cb43

Please sign in to comment.