Sfoglia il codice sorgente

removed a pub that shouldn't be there

master
Isabelle L. 5 anni fa
parent
commit
2a7f5b2418
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/memory.rs

+ 1
- 1
src/memory.rs Vedi File

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


impl Memory { impl Memory {


Caricamento…
Annulla
Salva