Procházet zdrojové kódy

removed a pub that shouldn't be there

master
Isabelle L. před 5 roky
rodič
revize
2a7f5b2418
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/memory.rs

+ 1
- 1
src/memory.rs Zobrazit soubor

@@ -1,6 +1,6 @@
/// all the memory as one big fat fucking slice
pub struct Memory {
pub data: [u16; std::u16::MAX as usize],
data: [u16; std::u16::MAX as usize],
}

impl Memory {


Načítá se…
Zrušit
Uložit