[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: rust-assert-json-diff-1: Fix syntax error.
From: |
guix-commits |
Subject: |
branch master updated: gnu: rust-assert-json-diff-1: Fix syntax error. |
Date: |
Wed, 06 Jan 2021 16:17:18 -0500 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new db42ee6 gnu: rust-assert-json-diff-1: Fix syntax error.
db42ee6 is described below
commit db42ee65bd657bae9b1a598cbdbe86079dc85f81
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 6 22:13:50 2021 +0100
gnu: rust-assert-json-diff-1: Fix syntax error.
* gnu/packages/crates-io.scm (rust-assert-json-diff-1)[description]: Fix
Texinfo syntax error.
---
gnu/packages/crates-io.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 57556f7..e3571ab 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1845,7 +1845,7 @@ standard library.")
(description
"This crate includes macros for comparing two serializable values
by diffing their JSON representations. It is designed to give much
-more helpful error messages than the standard @code{assert_eq!. It
+more helpful error messages than the standard @code{assert_eq!}. It
basically does a diff of the two objects and tells you the exact
differences. This is useful when asserting that two large JSON
objects are the same.")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: rust-assert-json-diff-1: Fix syntax error.,
guix-commits <=