Merge branch 'master' into 'master'
Change value to be mutable Closes #8 See merge request redox-os/randd!9
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ impl SchemeMut for RandScheme {
|
||||
}
|
||||
|
||||
fn main(){
|
||||
let has_rdrand = false;
|
||||
let mut has_rdrand = false;
|
||||
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user