aboutsummaryrefslogtreecommitdiff
path: root/gen/lib/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'gen/lib/src/lib.rs')
-rw-r--r--gen/lib/src/lib.rs9
1 files changed, 5 insertions, 4 deletions
diff --git a/gen/lib/src/lib.rs b/gen/lib/src/lib.rs
index 36680b95..12658603 100644
--- a/gen/lib/src/lib.rs
+++ b/gen/lib/src/lib.rs
@@ -7,7 +7,7 @@
//! [dtolnay/cxx#235]: https://github.com/dtolnay/cxx/issues/235
//! [https://github.com/google/autocxx]: https://github.com/google/autocxx
-#![doc(html_root_url = "https://docs.rs/cxx-gen/0.7.93")]
+#![doc(html_root_url = "https://docs.rs/cxx-gen/0.7.119")]
#![deny(missing_docs)]
#![allow(dead_code)]
#![allow(
@@ -17,27 +17,28 @@
clippy::enum_glob_use,
clippy::if_same_then_else,
clippy::inherent_to_string,
+ clippy::into_iter_without_iter,
clippy::items_after_statements,
clippy::match_bool,
clippy::match_on_vec_items,
clippy::match_same_arms,
clippy::missing_errors_doc,
clippy::module_name_repetitions,
+ clippy::must_use_candidate,
clippy::needless_pass_by_value,
clippy::new_without_default,
clippy::nonminimal_bool,
- clippy::option_if_let_else,
clippy::or_fun_call,
clippy::redundant_else,
clippy::shadow_unrelated,
clippy::similar_names,
clippy::single_match_else,
clippy::struct_excessive_bools,
+ clippy::struct_field_names,
clippy::too_many_arguments,
clippy::too_many_lines,
clippy::toplevel_ref_arg,
- // clippy bug: https://github.com/rust-lang/rust-clippy/issues/6983
- clippy::wrong_self_convention
+ clippy::uninlined_format_args
)]
mod error;