me
/
guix
Archived
1
0
Fork 0

gnu: rust-assert-json-diff-1: Fix syntax error.

* gnu/packages/crates-io.scm (rust-assert-json-diff-1)[description]: Fix
Texinfo syntax error.
master
Ricardo Wurmus 2021-01-06 22:13:50 +01:00
parent 4c69727066
commit db42ee65bd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -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.")