4539e3524b
Example: error: used `assert_eq!` with a literal bool --> src/types/sequence.rs:675:9 | 675 | assert_eq!(empty_seq.is_empty().unwrap(), true); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `assert!(..)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bool_assert_comparison |
||
---|---|---|
.. | ||
ui | ||
common.rs | ||
test_arithmetics.rs | ||
test_buffer.rs | ||
test_buffer_protocol.rs | ||
test_bytes.rs | ||
test_class_attributes.rs | ||
test_class_basics.rs | ||
test_class_conversion.rs | ||
test_class_new.rs | ||
test_compile_error.rs | ||
test_datetime.rs | ||
test_dict_iter.rs | ||
test_dunder.rs | ||
test_exceptions.rs | ||
test_frompyobject.rs | ||
test_gc.rs | ||
test_getter_setter.rs | ||
test_inheritance.rs | ||
test_mapping.rs | ||
test_methods.rs | ||
test_module.rs | ||
test_multiple_pymethods.rs | ||
test_pyfunction.rs | ||
test_pyself.rs | ||
test_sequence.rs | ||
test_serde.rs | ||
test_string.rs | ||
test_text_signature.rs | ||
test_unsendable_dict.rs | ||
test_variable_arguments.rs | ||
test_various.rs | ||
test_wrap_pyfunction_deduction.rs |