mirror of
https://github.com/fafhrd91/actix-web
synced 2025-05-19 07:23:17 +02:00
9 lines
276 B
TOML
9 lines
276 B
TOML
disallowed-names = [
|
|
"..",
|
|
"e", # no single letter error bindings
|
|
]
|
|
disallowed-methods = [
|
|
{ path = "std::cell::RefCell::default()", reason = "prefer explicit inner type default" },
|
|
{ path = "std::rc::Rc::default()", reason = "prefer explicit inner type default" },
|
|
]
|