You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix syntax error when rendering topbar for source page
Apparently `'krate' in __tera_context` checks for the string 'krate' in
the *serialized context*, not the field `krate`. This is utterly
horrifying and I refuse to be convinced otherwise.
0 commit comments