This website works better with JavaScript.
Home
Explore
Help
Sign In
izz
/
ceres
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
removed a pub that shouldn't be there
master
Isabelle L.
5 years ago
parent
b0886d3f74
commit
2a7f5b2418
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/memory.rs
+ 1
- 1
src/memory.rs
View File
@@ -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 {
Write
Preview
Loading…
Cancel
Save