Skip to content

Commit

Permalink
Don't create a doc comment for a function in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Dec 13, 2024
1 parent 42ad469 commit 704eac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/req_rep_compliant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mod test {
use zeromq::prelude::*;
use zeromq::ZmqMessage;

/// Returns (socket, bound_endpoint, monitor)
// Returns (socket, bound_endpoint, monitor)
fn setup_their_rep(bind_endpoint: &str) -> (zmq2::Socket, String, zmq2::Socket) {
let ctx = zmq2::Context::new();
let their_rep = ctx.socket(zmq2::REP).expect("Couldn't make rep socket");
Expand Down

0 comments on commit 704eac5

Please sign in to comment.