Skip to content

Commit ddd16ec

Browse files
committed
chore(actix-http): prepare release 3.11.1
1 parent 9c47a24 commit ddd16ec

File tree

7 files changed

+261
-178
lines changed

7 files changed

+261
-178
lines changed

.clippy.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ disallowed-names = [
33
"e", # no single letter error bindings
44
]
55
disallowed-methods = [
6-
{ path = "std::cell::RefCell::default()", reason = "prefer explicit inner type default" },
7-
{ path = "std::rc::Rc::default()", reason = "prefer explicit inner type default" },
6+
{ path = "std::cell::RefCell::default()", reason = "prefer explicit inner type default (remove allow-invalid when rust-lang/rust-clippy/#8581 is fixed)", allow-invalid = true },
7+
{ path = "std::rc::Rc::default()", reason = "prefer explicit inner type default (remove allow-invalid when rust-lang/rust-clippy/#8581 is fixed)", allow-invalid = true },
88
]

0 commit comments

Comments
 (0)