Change value to be mutable

Fixes #8.
This commit is contained in:
Abhishek Bhattacherjee
2019-01-16 09:51:42 +00:00
parent 23c96d74ac
commit 43dfc178b5
+1 -1
View File
@@ -91,7 +91,7 @@ impl SchemeMut for RandScheme {
}
fn main(){
let has_rdrand = false;
let mut has_rdrand = false;
#[cfg(target_arch = "x86_64")]
{