Merge branch 'master' into 'master'

Change value to be mutable

Closes #8

See merge request redox-os/randd!9
This commit is contained in:
Jeremy Soller
2019-01-16 13:04:36 +00:00
+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")]
{