doc: rust: add missing semicolon

This commit is contained in:
Alyssa Ross 2021-07-30 08:37:25 +00:00
parent 0f83a6b6cf
commit fc11b5eaa4
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -144,7 +144,7 @@ rustPlatform.buildRustPackage rec {
outputHashes = {
"finalfusion-0.14.0" = "17f4bsdzpcshwh74w5z119xjy2if6l2wgyjy56v621skr2r8y904";
};
}
};
# ...
}