31 |
clippy::panic,
|
32 |
clippy::pub_use,
|
33 |
clippy::self_named_module_files,
|
71 |
// We want to re-export some defs::* types to make it easier on the consumers.
|
72 |
#![allow(clippy::pub_use)]
|
15 |
#![allow(clippy::integer_arithmetic)]
|
16 |
#![allow(clippy::pub_use)]
|
17 |
#![cfg_attr(not(feature = "std"), no_std)]
|
28 |
#![allow(clippy::pub_use)]
|
1 |
#![allow(clippy::pub_use)]
|
24 |
clippy::map_err_ignore,
|
25 |
clippy::pub_use,
|
26 |
clippy::format_push_string,
|
24 |
clippy::map_err_ignore,
|
25 |
clippy::pub_use,
|
26 |
clippy::format_push_string,
|
4 |
clippy::blanket_clippy_restriction_lints,
|
5 |
clippy::pub_use,
|
6 |
clippy::implicit_return,
|
29 |
// We do not want to expose the whole of the autogenerated data module.
|
30 |
#![allow(clippy::pub_use)]
|
58 |
clippy::self_named_module_files,
|
59 |
clippy::pub_use,
|
60 |
clippy::else_if_without_else
|
59 |
clippy::self_named_module_files,
|
60 |
clippy::pub_use,
|
61 |
clippy::else_if_without_else,
|
58 |
clippy::self_named_module_files,
|
59 |
clippy::pub_use,
|
60 |
clippy::else_if_without_else
|
34 |
#![doc(html_root_url = "https://docs.rs/utf8-locale/1.0.0")]
|
35 |
#![allow(clippy::pub_use)]
|
37 |
clippy::blanket_clippy_restriction_lints,
|
38 |
clippy::pub_use,
|
39 |
clippy::implicit_return,
|
33 |
clippy::missing_docs_in_private_items,
|
34 |
clippy::pub_use,
|
35 |
clippy::implicit_return,
|
35 |
clippy::blanket_clippy_restriction_lints,
|
36 |
clippy::pub_use,
|
37 |
clippy::shadow_reuse,
|