s/Fennel/Lua and add note about &'static str keys
This commit is contained in:
parent
53432900c1
commit
33599cd9b6
@ -42,8 +42,8 @@ impl UserData for Searcher {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Like `Searcher`, but with `modules` values encoded as `&'static str` to facilitate
|
/// Like `Searcher`, but with `modules` keys and values encoded as `&'static str`
|
||||||
/// compile-time includes of Fennel source code.
|
/// to facilitate compile-time includes of Lua source code.
|
||||||
struct StaticSearcher {
|
struct StaticSearcher {
|
||||||
modules: HashMap<&'static str, &'static str>,
|
modules: HashMap<&'static str, &'static str>,
|
||||||
globals: RegistryKey,
|
globals: RegistryKey,
|
||||||
|
Loading…
Reference in New Issue
Block a user