Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ where
///
/// The server is initialised with a default worker count equal to the number of available CPU cores, or 1 if this cannot be determined. The TCP listener is unset and must be configured with `bind` before running the server.
///
/// # Panics
///
/// Panics if the number of available CPUs cannot be determined and the fallback to 1 fails.
///
/// # Examples
///
/// ```ignore
Expand Down