gnu: rust-bindgen: Add missing space to synopsis.
* gnu/packages/crates-io.scm (rust-bindgen-0.50)[synopsis]: Add a space between "C++" and "libraries".master
parent
15c3aa0911
commit
0b06a0199f
|
@ -966,7 +966,7 @@ that uses Serde for transforming structs into bytes and vice versa!")
|
|||
(home-page
|
||||
"https://rust-lang.github.io/rust-bindgen/")
|
||||
(synopsis
|
||||
"Automatically generates FFI bindings to C and C++libraries")
|
||||
"Automatically generates FFI bindings to C and C++ libraries")
|
||||
(description
|
||||
"Automatically generates Rust FFI bindings to C and C++
|
||||
libraries.")
|
||||
|
|
Reference in New Issue