v.utils: fix module lookup if module import parts end with the word modules (#21083)

This commit is contained in:
Turiiya 2024-03-24 19:22:16 +01:00 committed by GitHub
parent cf9746da5a
commit f66b5954c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
module mymodule
module mymodules
pub fn add_xy(x int, y int) int {
return x + y