Skip to content

Commit

Permalink
Allow ambiguous_glob_reexports
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktor-k committed Oct 10, 2023
1 parent 0773149 commit c7a6b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openssl-sys/src/lib.rs
Expand Up @@ -4,7 +4,8 @@
non_camel_case_types,
non_snake_case,
non_upper_case_globals,
unused_imports
unused_imports,
ambiguous_glob_reexports
)]
#![cfg_attr(feature = "unstable_boringssl", allow(ambiguous_glob_reexports))]
#![doc(html_root_url = "https://docs.rs/openssl-sys/0.9")]
Expand Down

0 comments on commit c7a6b83

Please sign in to comment.