Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
izz
/
ceres
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
removed a pub that shouldn't be there
master
Isabelle L.
hace 5 años
padre
b0886d3f74
commit
2a7f5b2418
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/memory.rs
+ 1
- 1
src/memory.rs
Ver fichero
@@ -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 {
Escribir
Vista previa
Cargando…
Cancelar
Guardar