On docs.rs, ‘time::pause’ and ‘time::resume’ no longer state requirement on feature test-util #6495
Labels
A-tokio
Area: The main tokio crate
C-bug
Category: This is a bug.
E-help-wanted
Call for participation: Help is requested to fix this issue.
M-time
Module: tokio/time
T-docs
Topic: documentation
Version
tokio 1.37.0
Description
Please compare docs.rs documentation for
tokio::time::pause
.In Tokio 1.35.0 it says:
In Tokio 1.35.1 and following it says:
But feature
test-util
is still required for functionspause
andresume
. In other words, this seems to be a regression in documentation.The text was updated successfully, but these errors were encountered: