= [
"generational_box::GenerationalRef",
{ path = "generational_box::GenerationalRef", reason = "Reads should not be held over an await point." },
"generational_box::GenerationalRefMut",
{ path = "generational_box::GenerationalRefMut", reason = "Writes should not be held over an await point." },
"dioxus_signals::WriteLock",
{ path = "dioxus_signals::WriteLock", reason = "Writes should not be held over an await point." },
]
# Limit cognitive complexity per function
= 25