mirror of
https://github.com/actix/actix-web.git
synced 2024-11-14 04:41:15 +00:00
7 lines
158 B
TOML
7 lines
158 B
TOML
disallowed-names = [
|
|
"e", # no single letter error bindings
|
|
]
|
|
disallowed-methods = [
|
|
"std::cell::RefCell::default()",
|
|
"std::rc::Rc::default()",
|
|
]
|