mirror of
https://github.com/servo/servo.git
synced 2025-06-12 18:34:39 +00:00
Removed the commented code.
This commit is contained in:
parent
83b41fdbf0
commit
269da66cfb
1 changed files with 0 additions and 6 deletions
|
@ -66,12 +66,6 @@ impl RngCore for ServoRng {
|
|||
#[derive(Default)]
|
||||
pub struct Seed([u8; 32]);
|
||||
|
||||
// impl Default for Seed {
|
||||
// fn default() -> Self {
|
||||
// Seed([0; 32])
|
||||
// }
|
||||
// }
|
||||
|
||||
impl AsMut<[u8]> for Seed {
|
||||
fn as_mut(&mut self) -> &mut [u8] {
|
||||
&mut self.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue