Skip to content

Commit edab589

Browse files
authored
minor doc cleanup (#1355)
1 parent b26f1b7 commit edab589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dropshot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
//! // Register API functions -- see detailed example or ApiDescription docs.
6868
//!
6969
//! // Start the server.
70-
//! let server = ServerBuilder::new(api, Arc::new(()), log)
70+
//! let server = ServerBuilder::new(api, (), log)
7171
//! .start()
7272
//! .map_err(|error| format!("failed to start server: {}", error))?;
7373
//!

0 commit comments

Comments
 (0)