mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Improved IdentIds
This commit is contained in:
parent
ae04887cb1
commit
af6c3231f3
16 changed files with 142 additions and 143 deletions
|
@ -71,7 +71,7 @@ pub fn generate_docs_html(filenames: Vec<PathBuf>, build_dir: &Path) {
|
|||
let exposed_values = loaded_module
|
||||
.exposed_values
|
||||
.iter()
|
||||
.map(|symbol| symbol.ident_str(&loaded_module.interns).to_string())
|
||||
.map(|symbol| symbol.as_str(&loaded_module.interns).to_string())
|
||||
.collect::<Vec<String>>();
|
||||
|
||||
(exposed_values, d)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue