diff --git a/swarm-nats-auth/src/respond.rs b/swarm-nats-auth/src/respond.rs index 2d0162aa..e1473809 100644 --- a/swarm-nats-auth/src/respond.rs +++ b/swarm-nats-auth/src/respond.rs @@ -22,7 +22,7 @@ //! token the server rejects without saying why. //! //! `nats-jwt` is therefore a **dev-dependency, not a runtime one**: it is this -//! module's test oracle. [`tests::hand_built_matches_the_reference`] builds a +//! module's test oracle: `tests::hand_built_matches_the_reference` builds a //! user token both ways and requires byte equality, so the encoder is checked //! against the reference on the one shape that crate does model.