Skip to content

Commit

Permalink
Merge pull request #6 from jcrist1/patch-1
Browse files Browse the repository at this point in the history
remove reference to kotlin in backend guide developer.md
  • Loading branch information
Manishearth authored Jul 30, 2024
2 parents d5ff1eb + 3e55582 commit 901b6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ to implement them early in order to test your ability to correctly call methods.
- [ ] [**slices**](https://docs.rs/diplomat_core/0.7.0/diplomat_core/hir/enum.Slice.html)
- [ ] primitive slices
- [ ] str slices
- [ ] owned slices should be kotlin arrays
- [ ] owned slices
- [ ] slices of strings
- [ ] strings
- [ ] borrows. This is probably one of the trickiest things, as you need to ensure that managed objects don't get
Expand Down

0 comments on commit 901b6da

Please sign in to comment.