ソースを参照

removed a pub that shouldn't be there

master
Isabelle L. 5年前
コミット
2a7f5b2418
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/memory.rs

+ 1
- 1
src/memory.rs ファイルの表示

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


読み込み中…
キャンセル
保存