blob: c77f5658ae69cc14df61c7726ec8cc03e8c79199 [file]
disallowed-methods = [
{ path = "std::mem::drop" }
]
[profiles.forward_pass]
disallowed-methods = [
{ path = "alloc::vec::Vec::push", reason = "push is forbidden in forward profile" }
]
[profiles.export]
disallowed-methods = [
{ path = "core::option::Option::unwrap" }
]