Fedor Sakharov
Fedor Sakharov
The current documentation has a ```TODO: better explain what can or can't be Send or Sync. Sufficient to appeal only to data races?``` The explanation on what can and can't...
Which i assume was removed in 303bf148e1fb19f25276f33e55ba37b522ed7230 ``` $ python ./test_zcert.py Traceback (most recent call last): File "./test_zcert.py", line 7, in from pyczmq import zctx, zcert File "/usr/local/lib/python2.7/dist-packages/pyczmq/__init__.py", line 3,...
That page states the following in the comment section for the `Future` trait: ``` /// The function that will be repeatedly called to see if the future is /// has...
## What ❔ ## Why ❔ ## Checklist - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for...
One of the latest posts states: > One of the current peculiarities of rust-analyzer is that it doesn’t persist caches to disk. Opening project in rust-analyzer means waiting a dozen...