Removed the commented code.

This commit is contained in:
michaelgrigoryan25 2022-12-01 18:27:59 +04:00
parent 83b41fdbf0
commit 269da66cfb

View file

@ -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