Skip to content

Commit

Permalink
skriveleif
Browse files Browse the repository at this point in the history
  • Loading branch information
datagutt committed Jan 18, 2025
1 parent 72da18a commit bc879fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion korrosjon_proc_macro/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
korrosjon_compilogenese::korrosjon! {
bruk prosedyremakro::{Gruppe, Identifikator, TokenStrøm, TokenTre};
bruk prosedyremakro::{Gruppe, Identifikator, TokenStream, TokenTre};

Check warning on line 2 in korrosjon_proc_macro/src/lib.rs

View workflow job for this annotation

GitHub Actions / ic (stable)

unused import: `TokenStream`

Check warning on line 2 in korrosjon_proc_macro/src/lib.rs

View workflow job for this annotation

GitHub Actions / ic (nightly)

unused import: `TokenStream`

funksjon erstatt_identifikator(identifikator: Identifikator) -> Kanskje<TokenTre> {
la strenge_identifikator = identifikator.til_streng();
Expand Down

0 comments on commit bc879fe

Please sign in to comment.