diff --git a/lib/src/response/response.rs b/lib/src/response/response.rs index 2302ebaf..68031529 100644 --- a/lib/src/response/response.rs +++ b/lib/src/response/response.rs @@ -1057,10 +1057,10 @@ impl<'r> Response<'r> { } } - // Sets `self`'s status and body to that of `other` if they are not already - // set in `self`. Any headers present in both `other` and `self` are - // adjoined. - // + /// Sets `self`'s status and body to that of `other` if they are not already + /// set in `self`. Any headers present in both `other` and `self` are + /// adjoined. + /// /// # Example /// /// ```rust