Skip to content

Commit

Permalink
structura -> estructura
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain authored May 19, 2024
1 parent 163ab9f commit 89f20d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rustico::rustico! {

estático mutable DICCIONARIO: Opcion<Diccionario<Cadena, Cadena>> = Ninguno;

Check warning on line 10 in examples/src/main.rs

View workflow job for this annotation

GitHub Actions / Rust project

static `DICCIONARIO` is never used

structura Concreto;
estructura Concreto;

Check warning on line 12 in examples/src/main.rs

View workflow job for this annotation

GitHub Actions / Rust project

struct `Concreto` is never constructed

implementa Hola para Concreto {
funcion escribe(&yo, llave: Cadena, valor: Cadena) {
Expand Down

0 comments on commit 89f20d2

Please sign in to comment.