fake-static icon indicating copy to clipboard operation
fake-static copied to clipboard

rustc hates him! Sidestep borrow checking with this weird trick.

Results 3 fake-static issues
Sort by recently updated
recently updated
newest added

add make_static_mut()

I found a piece of code which needs a mutable reference version of this function.

See: https://github.com/rust-lang/rust/issues/27675#issuecomment-696956785 I can provde an implementation if you want.