Modules should be registered in luby not lb

This commit is contained in:
2025-06-26 13:46:39 +10:00
parent bcb734846d
commit 88ab48cddb
9 changed files with 41 additions and 111 deletions

View File

@@ -171,7 +171,7 @@ impl Registry {
self
}
pub fn done(&self) -> String {
pub fn build(&self) -> String {
self.to_string()
}
}