mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 08:13:28 +01:00
8 lines
158 B
TOML
8 lines
158 B
TOML
disallowed-names = [
|
|
"e", # no single letter error bindings
|
|
]
|
|
disallowed-methods = [
|
|
"std::cell::RefCell::default()",
|
|
"std::rc::Rc::default()",
|
|
]
|