The workers method in server.rs has duplicated documentation comments that should be consolidated into a single, clean docstring.
Currently there are two separate doc comment blocks:
- A shorter description with a
no_run example
- A more detailed description with additional behavioural information and an
ignore example
This creates confusion and should be tidied up into a single, well-structured docstring.
Backlinks:
The
workersmethod inserver.rshas duplicated documentation comments that should be consolidated into a single, clean docstring.Currently there are two separate doc comment blocks:
no_runexampleignoreexampleThis creates confusion and should be tidied up into a single, well-structured docstring.
Backlinks: