pwbh
pwbh
I have added a simple shake detection for #904 ~~It seems to work well enough, although I can change it to work against some time delta which will check the...
This is a suggestion fix for https://github.com/rust-lang/nomicon/issues/424
In the following page there is something missing to handle ZSTs which leads to a UB https://github.com/rust-lang/nomicon/blob/ddfa4214487686e91b21aa29afb972c08a8f0d5b/src/vec/vec-zsts.md?plain=1#L1 When Vec is dropped filled with ZSTs, I am getting the following error...
In the book written, quoting: > any output lifetimes that don't derive from inputs are unbounded which refers to the following function of what not to do. https://github.com/rust-lang/nomicon/blob/ddfa4214487686e91b21aa29afb972c08a8f0d5b/src/unbounded-lifetimes.md?plain=1#L22-L24 My suggestion...
Thought it would also be a good idea to add an explanation on why depth it calculated like it is, feel free to tweak it to how you see fit...