mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-assert-json-diff-1: Fix syntax error.
* gnu/packages/crates-io.scm (rust-assert-json-diff-1)[description]: Fix Texinfo syntax error.
This commit is contained in:
parent
4c69727066
commit
db42ee65bd
1 changed files with 1 additions and 1 deletions
|
@ -1845,7 +1845,7 @@ (define-public rust-assert-json-diff-1
|
||||||
(description
|
(description
|
||||||
"This crate includes macros for comparing two serializable values
|
"This crate includes macros for comparing two serializable values
|
||||||
by diffing their JSON representations. It is designed to give much
|
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
|
basically does a diff of the two objects and tells you the exact
|
||||||
differences. This is useful when asserting that two large JSON
|
differences. This is useful when asserting that two large JSON
|
||||||
objects are the same.")
|
objects are the same.")
|
||||||
|
|
Loading…
Reference in a new issue