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
// necessary for `Index::index` since we cannot declare generic `static` variables.
zero:N,
That code was added in #9 (see discussion) and has never sat quite right. Can we work around it now? Leak exactly one zero item for each N? Bypass it some other way?
The text was updated successfully, but these errors were encountered:
counter-rs/src/lib.rs
Lines 293 to 294 in 9e217dc
That code was added in #9 (see discussion) and has never sat quite right. Can we work around it now? Leak exactly one zero item for each
N
? Bypass it some other way?The text was updated successfully, but these errors were encountered: